#EED8CA

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

Shades of Dawn Pink #EED8CA

Tints of Dawn Pink #EED8CA

Color information

#EED8CA (or 0xEED8CA) is unknown color: approx Dawn Pink. HEX triplet: EE, D8 and CA. RGB value is (238,216,202). Sum of RGB (Red+Green+Blue) = 238+216+202=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8CA is #112735. Grayscale: #DDDDDD. Windows color (decimal): -1124150 or 13293806. OLE color: 13293806.

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

Color convert

RGB238216202-
CMYK00.090.150.07
HSL23.33º51.43%86.27%-
HSV(B)23.33º15.13%93.33%-
XYZ70.4871.5565.97-
YUV220.98117.29140.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.28%
GREEN value IS 216 (84.77% from 255) = 32.93%
BLUE value IS 202 (79.30% from 255) = 30.79%
R=36.28%
G=32.93%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821620200.090.150.0723.3351.4386.27
HexEED8CA09F7173356
Octal3563303120111772763126
Binary111011101101100011001010010011111111101111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8CA; }

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

 H1.HeaderClassName
 {
   color: #EED8CA;
 }
 .AnyTagClassName
 {
   color: #EED8CA;
 }
</style>
background-color css

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

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

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

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

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

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