Shades of Dawn Pink #E4D4CB
Tints of Dawn Pink #E4D4CB
RGB
CMYK
RGB Variations
Color information
#E4D4CB (or 0xE4D4CB) is known color: Dawn Pink. HEX triplet: E4, D4 and CB. RGB value is (228,212,203). Sum of RGB (Red+Green+Blue) = 228+212+203=643 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.46% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D4CB is #1B2B34. Grayscale: #D7D7D7. Windows color (decimal): -1780533 or 13358308. OLE color: 13358308.
HSL color Cylindrical-coordinate representation of color #E4D4CB: hue angle of 21.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4D4CB is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 212 | 203 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.11 |
| HSL | 21.6º | 0.32% | 0.85% | - |
| HSV(B) | 21.6º | 0.11% | 0.89% | - |
| XYZ | 66.32 | 67.89 | 66.11 | - |
| YUV | 215.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 212 | 203 | 0 | 0.07 | 0.11 | 0.11 | 21.6 | 0.32 | 0.85 |
| Hex | E4 | D4 | CB | 0 | 7 | B | B | 16 | 20 | 55 |
| Octal | 344 | 324 | 313 | 0 | 7 | 13 | 13 | 26 | 40 | 125 |
| Binary | 11100100 | 11010100 | 11001011 | 0 | 111 | 1011 | 1011 | 10110 | 100000 | 1010101 |
Color Harmonies of #E4D4CB
Complementary color
Monochromatic Colors of #E4D4CB
Black with #E4D4CB
Text Example
Text Example
White with #E4D4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D4CB; }
p { color: rgb(228,212,203); }
H1.HeaderClassName
{
color: #E4D4CB;
}
.AnyTagClassName
{
color: #E4D4CB;
}
</style>
background-color css
<style>
a { background-color: #E4D4CB; }
a { background-color: rgb(228,212,203); }
div.DivClassName
{
background-color: #E4D4CB;
}
.BgClassName
{
background-color: #E4D4CB;
}
</style>
border-color css
<style>
span { border-color: #E4D4CB; }
span { border-color: rgb(228,212,203); }
td.TdClassName
{
border-color: #E4D4CB;
}
.TagClassName
{
border-color: #E4D4CB;
}
</style>