Shades of Dawn Pink #E8D5CB
Tints of Dawn Pink #E8D5CB
RGB
CMYK
RGB Variations
Color information
#E8D5CB (or 0xE8D5CB) is known color: Dawn Pink. HEX triplet: E8, D5 and CB. RGB value is (232,213,203). Sum of RGB (Red+Green+Blue) = 232+213+203=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D5CB is #172A34. Grayscale: #D9D9D9. Windows color (decimal): -1518133 or 13358568. OLE color: 13358568.
HSL color Cylindrical-coordinate representation of color #E8D5CB: hue angle of 20.69º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8D5CB is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 203 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.09 |
| HSL | 20.69º | 0.39% | 0.85% | - |
| HSV(B) | 20.69º | 0.13% | 0.91% | - |
| XYZ | 67.85 | 69.06 | 66.25 | - |
| YUV | 217.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 203 | 0 | 0.08 | 0.12 | 0.09 | 20.69 | 0.39 | 0.85 |
| Hex | E8 | D5 | CB | 0 | 8 | C | 9 | 15 | 27 | 55 |
| Octal | 350 | 325 | 313 | 0 | 10 | 14 | 11 | 25 | 47 | 125 |
| Binary | 11101000 | 11010101 | 11001011 | 0 | 1000 | 1100 | 1001 | 10101 | 100111 | 1010101 |
Color Harmonies of #E8D5CB
Complementary color
Monochromatic Colors of #E8D5CB
Black with #E8D5CB
Text Example
Text Example
White with #E8D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D5CB; }
p { color: rgb(232,213,203); }
H1.HeaderClassName
{
color: #E8D5CB;
}
.AnyTagClassName
{
color: #E8D5CB;
}
</style>
background-color css
<style>
a { background-color: #E8D5CB; }
a { background-color: rgb(232,213,203); }
div.DivClassName
{
background-color: #E8D5CB;
}
.BgClassName
{
background-color: #E8D5CB;
}
</style>
border-color css
<style>
span { border-color: #E8D5CB; }
span { border-color: rgb(232,213,203); }
td.TdClassName
{
border-color: #E8D5CB;
}
.TagClassName
{
border-color: #E8D5CB;
}
</style>