#EED8CC

Color #EED8CC Dawn Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn Pink #EED8CC

Tints of Dawn Pink #EED8CC

Color information

#EED8CC (or 0xEED8CC) is unknown color: approx 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

RGB238216204-
CMYK00.090.140.07
HSL21.18º50%86.67%-
HSV(B)21.18º14.29%93.33%-
XYZ70.7171.6567.23-
YUV221.21118.29139.98-

RGB Variations

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

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.00%
R=36.17%
G=32.83%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821620400.090.140.0721.185086.67
HexEED8CC09E7153257
Octal3563303140111672562127
Binary111011101101100011001100010011110111101011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>