Shades of Dawn Pink #EED8CA
Tints of Dawn Pink #EED8CA
RGB
CMYK
RGB Variations
Color information
#EED8CA (or 0xEED8CA) is known color: 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
| RGB | 238 | 216 | 202 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.07 |
| HSL | 23.33º | 0.51% | 0.86% | - |
| HSV(B) | 23.33º | 0.15% | 0.93% | - |
| XYZ | 70.48 | 71.55 | 65.97 | - |
| YUV | 220.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 202 | 0 | 0.09 | 0.15 | 0.07 | 23.33 | 0.51 | 0.86 |
| Hex | EE | D8 | CA | 0 | 9 | F | 7 | 17 | 33 | 56 |
| Octal | 356 | 330 | 312 | 0 | 11 | 17 | 7 | 27 | 63 | 126 |
| Binary | 11101110 | 11011000 | 11001010 | 0 | 1001 | 1111 | 111 | 10111 | 110011 | 1010110 |
Color Harmonies of #EED8CA
Complementary color
Monochromatic Colors of #EED8CA
Black with #EED8CA
Text Example
Text Example
White with #EED8CA
Text Example
Text Example
HTML Codes & Css Web 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>