Html Css Color HEX #EDD9CC Dawn Pink

📋 copy color: '#EDD9CC'

red 237 ◦ green 217 ◦ blue 204

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

Shades of Dawn Pink #EDD9CC

Tints of Dawn Pink #EDD9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31%

R = 36.02%
G = 32.98%
B = 31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDD9CC (or 0xEDD9CC) is known color: Dawn Pink. HEX triplet: ED, D9 and CC. RGB value is (237,217,204). Sum of RGB (Red+Green+Blue) = 237+217+204=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9CC is #122633. Grayscale: #DDDDDD. Windows color (decimal): -1189428 or 13425133. OLE color: 13425133.

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

Color convert

RGB 237 217 204 -
CMYK 0 0.08 0.14 0.07
HSL 23.64º 0.48% 0.86% -
HSV(B) 23.64º 0.14% 0.93% -
XYZ 70.64 71.99 67.3 -
YUV 221.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 237 217 204 0 0.08 0.14 0.07 23.64 0.48 0.86
Hex ED D9 CC 0 8 E 7 18 30 56
Octal 355 331 314 0 10 16 7 30 60 126
Binary 11101101 11011001 11001100 0 1000 1110 111 11000 110000 1010110

Color Harmonies of #EDD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9CC

Black with #EDD9CC

Text Example


Text Example

White with #EDD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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