Html Css Color HEX #EED9CC Dawn Pink

📋 copy color: '#EED9CC'

red 238 ◦ green 217 ◦ blue 204

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

Shades of Dawn Pink #EED9CC

Tints of Dawn Pink #EED9CC

RGB

 RED value IS 238 (93.36% from 255) = 36.12%

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

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

R = 36.12%
G = 32.93%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EED9CC (or 0xEED9CC) is known color: Dawn Pink. HEX triplet: EE, D9 and CC. RGB value is (238,217,204). Sum of RGB (Red+Green+Blue) = 238+217+204=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9CC is #112633. Grayscale: #DDDDDD. Windows color (decimal): -1123892 or 13425134. OLE color: 13425134.

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

Color convert

RGB 238 217 204 -
CMYK 0 0.09 0.14 0.07
HSL 22.94º 0.5% 0.87% -
HSV(B) 22.94º 0.14% 0.93% -
XYZ 70.97 72.16 67.31 -
YUV 221.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 238 217 204 0 0.09 0.14 0.07 22.94 0.5 0.87
Hex EE D9 CC 0 9 E 7 17 32 57
Octal 356 331 314 0 11 16 7 27 62 127
Binary 11101110 11011001 11001100 0 1001 1110 111 10111 110010 1010111

Color Harmonies of #EED9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9CC

Black with #EED9CC

Text Example


Text Example

White with #EED9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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