COLOR #EDD3E9

HEX: #EDD3E9
RGB: (237,211,233)

Renk bilgisi

#EDD3E9 contains red, green and blue colors in about the same proportion. #EDD3E9 ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#EDD3E9 color RGB value is (237,211,233).

  • kırmız ton 237;
  • yeşil ton 211;
  • mavi ton 233.
RGB:
(237,211,233)
(93%,83%,91%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 211 of 255 = 83%
B 233 of 255 = 91%

237
211
233

R + G + B ~ 89%. #EDD3E9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 211 + 233 = 681 (100%)
R 237 of 681 ~ 34.8%
G 211 of 681 ~ 30.98%
B 233 of 681 ~ 34.21%

%34.8
%30.98
%34.21

CMYK RENK MODELİ

#EDD3E9 rengi CMYK tonu (0,11,2,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.97%
  • sarı tonu 1.69%
  • ana renk tonu 7.06%
CMYK:
(0,11,2,7)
C0M11Y2K7 
(0%,11%,2%,7%)
(0.00/0.11/0.02/0.07)	

CMYK yüzdeleri

%0
%10.97
%1.69
%7.06

Codes

Color #EDD3E9 in popluar color models

EDD3E9
RGB237211233
HSL309°41.94%87.84%
HSB/HSV309°10.97%92.94%
CMYK0.00%10.97%1.69%
7.06%

Color #EDD3E9 in popluar number systems.

HEXEDD3E9
Decimal237211233
Binary111011011101001111101001
Octal355323351

Shades and tints

Shades of #EDD3E9

#EDD3E9
(237,211,233)
#D8C0D4
(216,192,212)
#C3ADBF
(195,173,191)
#AE9AAA
(174,154,170)
#998795
(153,135,149)
#847480
(132,116,128)
#6F616B
(111,97,107)
#5A4E56
(90,78,86)
#453B41
(69,59,65)
#30282C
(48,40,44)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #EDD3E9

#EDD3E9
(237,211,233)
#EED7EB
(238,215,235)
#EFDBED
(239,219,237)
#F0DFEF
(240,223,239)
#F1E3F1
(241,227,241)
#F2E7F3
(242,231,243)
#F3EBF5
(243,235,245)
#F4EFF7
(244,239,247)
#F5F3F9
(245,243,249)
#F6F7FB
(246,247,251)
#F7FBFD
(247,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD3E9 color. Also use rgb(237,211,233) instead hex code.

Text Font Color

.myTextColor { color: #EDD3E9; }

<p style="color:#EDD3E9">This sample text font color is #EDD3E9.</p>

This text font color is #EDD3E9.


Background Color

.myBgColor { background-color: #EDD3E9; }

<div style="background-color:#EDD3E9">Inner text</div>

This div background color is #EDD3E9.


Border color

.myBorderColor { border: 1px solid #EDD3E9; }

<div style="border:3px solid #EDD3E9">Div</div>

This div border color is #EDD3E9.


Opacity

.myOpacity80 { color: #EDD3E9; opacity: 0.8; }

<p style="color:#EDD3E9;opacity:0.8;">80%</p>

Text with #EDD3E9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDD3E9;}

<p style="text-shadow: 3px 3px 1px #EDD3E9">Text here.</p>

This text has shadow with #EDD3E9 color.

.textShadow {text-shadow: 3px 3px 1px #EDD3E9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDD3E9, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDD3E9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD3E9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDD3E9, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDD3E9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDD3E9;
  -webkit-box-shadow:	1px 1px 3px 2px #EDD3E9;
  box-shadow:		1px 1px 3px 2px #EDD3E9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD3E9;
-webkit-box-shadow: 1px 1px 3px 2px #EDD3E9;
box-shadow:1px 1px 3px 2px #EDD3E9;">
Div content here</div>
This div box has shadow with color #EDD3E9.

Preview

Color preview on black background

This text has color #EDD3E9 on black background.


Color preview on white background

This text has color #EDD3E9 on white background.



Black color preview on #EDD3E9 background

This text has black color on #EDD3E9 background.


White color preview on #EDD3E9 background

This text has white color on #EDD3E9 background.