Shades of Dawn Pink #EED7CA
Tints of Dawn Pink #EED7CA
RGB
CMYK
RGB Variations
Color information
#EED7CA (or 0xEED7CA) is known color: Dawn Pink. HEX triplet: EE, D7 and CA. RGB value is (238,215,202). Sum of RGB (Red+Green+Blue) = 238+215+202=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7CA is #112835. Grayscale: #DCDCDC. Windows color (decimal): -1124406 or 13293550. OLE color: 13293550.
HSL color Cylindrical-coordinate representation of color #EED7CA: hue angle of 21.67º 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 #EED7CA is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 202 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.07 |
| HSL | 21.67º | 0.51% | 0.86% | - |
| HSV(B) | 21.67º | 0.15% | 0.93% | - |
| XYZ | 70.22 | 71.04 | 65.89 | - |
| YUV | 220.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 202 | 0 | 0.10 | 0.15 | 0.07 | 21.67 | 0.51 | 0.86 |
| Hex | EE | D7 | CA | 0 | A | F | 7 | 16 | 33 | 56 |
| Octal | 356 | 327 | 312 | 0 | 12 | 17 | 7 | 26 | 63 | 126 |
| Binary | 11101110 | 11010111 | 11001010 | 0 | 1010 | 1111 | 111 | 10110 | 110011 | 1010110 |
Color Harmonies of #EED7CA
Complementary color
Monochromatic Colors of #EED7CA
Black with #EED7CA
Text Example
Text Example
White with #EED7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7CA; }
p { color: rgb(238,215,202); }
H1.HeaderClassName
{
color: #EED7CA;
}
.AnyTagClassName
{
color: #EED7CA;
}
</style>
background-color css
<style>
a { background-color: #EED7CA; }
a { background-color: rgb(238,215,202); }
div.DivClassName
{
background-color: #EED7CA;
}
.BgClassName
{
background-color: #EED7CA;
}
</style>
border-color css
<style>
span { border-color: #EED7CA; }
span { border-color: rgb(238,215,202); }
td.TdClassName
{
border-color: #EED7CA;
}
.TagClassName
{
border-color: #EED7CA;
}
</style>