Shades of Dawn Pink #EDD8CA
Tints of Dawn Pink #EDD8CA
RGB
CMYK
RGB Variations
Color information
#EDD8CA (or 0xEDD8CA) is known color: Dawn Pink. HEX triplet: ED, D8 and CA. RGB value is (237,216,202). Sum of RGB (Red+Green+Blue) = 237+216+202=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8CA is #122735. Grayscale: #DCDCDC. Windows color (decimal): -1189686 or 13293805. OLE color: 13293805.
HSL color Cylindrical-coordinate representation of color #EDD8CA: hue angle of 24º degrees, saturation: 0.49, 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 #EDD8CA is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 202 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.07 |
| HSL | 24º | 0.49% | 0.86% | - |
| HSV(B) | 24º | 0.15% | 0.93% | - |
| XYZ | 70.14 | 71.38 | 65.96 | - |
| YUV | 220.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 202 | 0 | 0.09 | 0.15 | 0.07 | 24 | 0.49 | 0.86 |
| Hex | ED | D8 | CA | 0 | 9 | F | 7 | 18 | 31 | 56 |
| Octal | 355 | 330 | 312 | 0 | 11 | 17 | 7 | 30 | 61 | 126 |
| Binary | 11101101 | 11011000 | 11001010 | 0 | 1001 | 1111 | 111 | 11000 | 110001 | 1010110 |
Color Harmonies of #EDD8CA
Complementary color
Monochromatic Colors of #EDD8CA
Black with #EDD8CA
Text Example
Text Example
White with #EDD8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8CA; }
p { color: rgb(237,216,202); }
H1.HeaderClassName
{
color: #EDD8CA;
}
.AnyTagClassName
{
color: #EDD8CA;
}
</style>
background-color css
<style>
a { background-color: #EDD8CA; }
a { background-color: rgb(237,216,202); }
div.DivClassName
{
background-color: #EDD8CA;
}
.BgClassName
{
background-color: #EDD8CA;
}
</style>
border-color css
<style>
span { border-color: #EDD8CA; }
span { border-color: rgb(237,216,202); }
td.TdClassName
{
border-color: #EDD8CA;
}
.TagClassName
{
border-color: #EDD8CA;
}
</style>