Shades of Dawn Pink #EED9CB
Tints of Dawn Pink #EED9CB
RGB
CMYK
RGB Variations
Color information
#EED9CB (or 0xEED9CB) is known color: Dawn Pink. HEX triplet: EE, D9 and CB. RGB value is (238,217,203). Sum of RGB (Red+Green+Blue) = 238+217+203=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9CB is #112634. Grayscale: #DDDDDD. Windows color (decimal): -1123893 or 13359598. OLE color: 13359598.
HSL color Cylindrical-coordinate representation of color #EED9CB: hue angle of 24º 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 #EED9CB is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 203 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.07 |
| HSL | 24º | 0.51% | 0.86% | - |
| HSV(B) | 24º | 0.15% | 0.93% | - |
| XYZ | 70.85 | 72.11 | 66.69 | - |
| YUV | 221.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 203 | 0 | 0.09 | 0.15 | 0.07 | 24 | 0.51 | 0.86 |
| Hex | EE | D9 | CB | 0 | 9 | F | 7 | 18 | 33 | 56 |
| Octal | 356 | 331 | 313 | 0 | 11 | 17 | 7 | 30 | 63 | 126 |
| Binary | 11101110 | 11011001 | 11001011 | 0 | 1001 | 1111 | 111 | 11000 | 110011 | 1010110 |
Color Harmonies of #EED9CB
Complementary color
Monochromatic Colors of #EED9CB
Black with #EED9CB
Text Example
Text Example
White with #EED9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9CB; }
p { color: rgb(238,217,203); }
H1.HeaderClassName
{
color: #EED9CB;
}
.AnyTagClassName
{
color: #EED9CB;
}
</style>
background-color css
<style>
a { background-color: #EED9CB; }
a { background-color: rgb(238,217,203); }
div.DivClassName
{
background-color: #EED9CB;
}
.BgClassName
{
background-color: #EED9CB;
}
</style>
border-color css
<style>
span { border-color: #EED9CB; }
span { border-color: rgb(238,217,203); }
td.TdClassName
{
border-color: #EED9CB;
}
.TagClassName
{
border-color: #EED9CB;
}
</style>