Html Css Color HEX #EDD9CE Dawn Pink

📋 copy color: '#EDD9CE'

red 237 ◦ green 217 ◦ blue 206

#EDD9CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn Pink #EDD9CE

Tints of Dawn Pink #EDD9CE

RGB

 RED value IS 237 (92.97% from 255) = 35.91%

 GREEN value IS 217 (85.16% from 255) = 32.88%

 BLUE value IS 206 (80.86% from 255) = 31.21%

R = 35.91%
G = 32.88%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDD9CE (or 0xEDD9CE) is known color: Dawn Pink. HEX triplet: ED, D9 and CE. RGB value is (237,217,206). Sum of RGB (Red+Green+Blue) = 237+217+206=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9CE is #122631. Grayscale: #DDDDDD. Windows color (decimal): -1189426 or 13556205. OLE color: 13556205.

HSL color Cylindrical-coordinate representation of color #EDD9CE: hue angle of 21.29º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD9CE is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 206 -
CMYK 0 0.08 0.13 0.07
HSL 21.29º 0.46% 0.87% -
HSV(B) 21.29º 0.13% 0.93% -
XYZ 70.88 72.09 68.57 -
YUV 221.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 237 217 206 0 0.08 0.13 0.07 21.29 0.46 0.87
Hex ED D9 CE 0 8 D 7 15 2E 57
Octal 355 331 316 0 10 15 7 25 56 127
Binary 11101101 11011001 11001110 0 1000 1101 111 10101 101110 1010111

Color Harmonies of #EDD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9CE

Black with #EDD9CE

Text Example


Text Example

White with #EDD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9CE; }

 p { color: rgb(237,217,206); }

 H1.HeaderClassName
 {
   color: #EDD9CE;
 }
 .AnyTagClassName
 {
   color: #EDD9CE;
 }
</style>

background-color css

<style>
 a { background-color: #EDD9CE; }

 a { background-color: rgb(237,217,206); }

 div.DivClassName
 {
   background-color: #EDD9CE;
 }
 .BgClassName
 {
   background-color: #EDD9CE;
 }
</style>

border-color css

<style>
 span { border-color: #EDD9CE; }

 span { border-color: rgb(237,217,206); }

 td.TdClassName
 {
   border-color: #EDD9CE;
 }
 .TagClassName
 {
   border-color: #EDD9CE;
 }
</style>