COLOR #EDD5EC

HEX: #EDD5EC
RGB: (237,213,236)

Renk bilgisi

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

RGB renk modeli

#EDD5EC color RGB value is (237,213,236).

  • kırmız ton 237;
  • yeşil ton 213;
  • mavi ton 236.
RGB:
(237,213,236)
(93%,84%,93%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 213 of 255 = 84%
B 236 of 255 = 93%

237
213
236

R + G + B ~ 90%. #EDD5EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 213 + 236 = 686 (100%)
R 237 of 686 ~ 34.55%
G 213 of 686 ~ 31.05%
B 236 of 686 ~ 34.4%

%34.55
%31.05
%34.4

CMYK RENK MODELİ

#EDD5EC rengi CMYK tonu (0,10,0,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.13%
  • sarı tonu 0.42%
  • ana renk tonu 7.06%
CMYK:
(0,10,0,7)
C0M10Y0K7 
(0%,10%,0%,7%)
(0.00/0.10/0.00/0.07)	

CMYK yüzdeleri

%0
%10.13
%0.42
%7.06

Codes

Color #EDD5EC in popluar color models

EDD5EC
RGB237213236
HSL303°40.00%88.24%
HSB/HSV303°10.13%92.94%
CMYK0.00%10.13%0.42%
7.06%

Color #EDD5EC in popluar number systems.

HEXEDD5EC
Decimal237213236
Binary111011011101010111101100
Octal355325354

Shades and tints

Shades of #EDD5EC

#EDD5EC
(237,213,236)
#D8C2D7
(216,194,215)
#C3AFC2
(195,175,194)
#AE9CAD
(174,156,173)
#998998
(153,137,152)
#847683
(132,118,131)
#6F636E
(111,99,110)
#5A5059
(90,80,89)
#453D44
(69,61,68)
#302A2F
(48,42,47)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #EDD5EC

#EDD5EC
(237,213,236)
#EED8ED
(238,216,237)
#EFDBEE
(239,219,238)
#F0DEEF
(240,222,239)
#F1E1F0
(241,225,240)
#F2E4F1
(242,228,241)
#F3E7F2
(243,231,242)
#F4EAF3
(244,234,243)
#F5EDF4
(245,237,244)
#F6F0F5
(246,240,245)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD5EC color. Also use rgb(237,213,236) instead hex code.

Text Font Color

.myTextColor { color: #EDD5EC; }

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

This text font color is #EDD5EC.


Background Color

.myBgColor { background-color: #EDD5EC; }

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

This div background color is #EDD5EC.


Border color

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

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

This div border color is #EDD5EC.


Opacity

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

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

Text with #EDD5EC 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 #EDD5EC;}

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

This text has shadow with #EDD5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD5EC on black background.


Color preview on white background

This text has color #EDD5EC on white background.



Black color preview on #EDD5EC background

This text has black color on #EDD5EC background.


White color preview on #EDD5EC background

This text has white color on #EDD5EC background.