Html Css Color HEX #EED8CC Dawn Pink

📋 copy color: '#EED8CC'

red 238 ◦ green 216 ◦ blue 204

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

Shades of Dawn Pink #EED8CC

Tints of Dawn Pink #EED8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.83%

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

R = 36.17%
G = 32.83%
B = 31%

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

#EED8CC (or 0xEED8CC) is known color: Dawn Pink. HEX triplet: EE, D8 and CC. RGB value is (238,216,204). Sum of RGB (Red+Green+Blue) = 238+216+204=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8CC is #112733. Grayscale: #DDDDDD. Windows color (decimal): -1124148 or 13424878. OLE color: 13424878.

HSL color Cylindrical-coordinate representation of color #EED8CC: hue angle of 21.18º 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 #EED8CC is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 204 -
CMYK 0 0.09 0.14 0.07
HSL 21.18º 0.5% 0.87% -
HSV(B) 21.18º 0.14% 0.93% -
XYZ 70.71 71.65 67.23 -
YUV 221.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 238 216 204 0 0.09 0.14 0.07 21.18 0.5 0.87
Hex EE D8 CC 0 9 E 7 15 32 57
Octal 356 330 314 0 11 16 7 25 62 127
Binary 11101110 11011000 11001100 0 1001 1110 111 10101 110010 1010111

Color Harmonies of #EED8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8CC

Black with #EED8CC

Text Example


Text Example

White with #EED8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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