Shades of Dawn Pink #EED7CB
Tints of Dawn Pink #EED7CB
RGB
CMYK
RGB Variations
Color information
#EED7CB (or 0xEED7CB) is known color: Dawn Pink. HEX triplet: EE, D7 and CB. RGB value is (238,215,203). Sum of RGB (Red+Green+Blue) = 238+215+203=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7CB is #112834. Grayscale: #DCDCDC. Windows color (decimal): -1124405 or 13359086. OLE color: 13359086.
HSL color Cylindrical-coordinate representation of color #EED7CB: hue angle of 20.57º 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 #EED7CB is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 203 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.07 |
| HSL | 20.57º | 0.51% | 0.86% | - |
| HSV(B) | 20.57º | 0.15% | 0.93% | - |
| XYZ | 70.34 | 71.09 | 66.51 | - |
| YUV | 220.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 203 | 0 | 0.10 | 0.15 | 0.07 | 20.57 | 0.51 | 0.86 |
| Hex | EE | D7 | CB | 0 | A | F | 7 | 15 | 33 | 56 |
| Octal | 356 | 327 | 313 | 0 | 12 | 17 | 7 | 25 | 63 | 126 |
| Binary | 11101110 | 11010111 | 11001011 | 0 | 1010 | 1111 | 111 | 10101 | 110011 | 1010110 |
Color Harmonies of #EED7CB
Complementary color
Monochromatic Colors of #EED7CB
Black with #EED7CB
Text Example
Text Example
White with #EED7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7CB; }
p { color: rgb(238,215,203); }
H1.HeaderClassName
{
color: #EED7CB;
}
.AnyTagClassName
{
color: #EED7CB;
}
</style>
background-color css
<style>
a { background-color: #EED7CB; }
a { background-color: rgb(238,215,203); }
div.DivClassName
{
background-color: #EED7CB;
}
.BgClassName
{
background-color: #EED7CB;
}
</style>
border-color css
<style>
span { border-color: #EED7CB; }
span { border-color: rgb(238,215,203); }
td.TdClassName
{
border-color: #EED7CB;
}
.TagClassName
{
border-color: #EED7CB;
}
</style>