Shades of Dawn Pink #E1D3CB
Tints of Dawn Pink #E1D3CB
RGB
CMYK
RGB Variations
Color information
#E1D3CB (or 0xE1D3CB) is known color: Dawn Pink. HEX triplet: E1, D3 and CB. RGB value is (225,211,203). Sum of RGB (Red+Green+Blue) = 225+211+203=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3CB is #1E2C34. Grayscale: #D6D6D6. Windows color (decimal): -1977397 or 13358049. OLE color: 13358049.
HSL color Cylindrical-coordinate representation of color #E1D3CB: hue angle of 21.82º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D3CB is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 203 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.12 |
| HSL | 21.82º | 0.27% | 0.84% | - |
| HSV(B) | 21.82º | 0.1% | 0.88% | - |
| XYZ | 65.13 | 66.91 | 65.98 | - |
| YUV | 214.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 203 | 0 | 0.06 | 0.10 | 0.12 | 21.82 | 0.27 | 0.84 |
| Hex | E1 | D3 | CB | 0 | 6 | A | C | 16 | 1B | 54 |
| Octal | 341 | 323 | 313 | 0 | 6 | 12 | 14 | 26 | 33 | 124 |
| Binary | 11100001 | 11010011 | 11001011 | 0 | 110 | 1010 | 1100 | 10110 | 11011 | 1010100 |
Color Harmonies of #E1D3CB
Complementary color
Monochromatic Colors of #E1D3CB
Black with #E1D3CB
Text Example
Text Example
White with #E1D3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3CB; }
p { color: rgb(225,211,203); }
H1.HeaderClassName
{
color: #E1D3CB;
}
.AnyTagClassName
{
color: #E1D3CB;
}
</style>
background-color css
<style>
a { background-color: #E1D3CB; }
a { background-color: rgb(225,211,203); }
div.DivClassName
{
background-color: #E1D3CB;
}
.BgClassName
{
background-color: #E1D3CB;
}
</style>
border-color css
<style>
span { border-color: #E1D3CB; }
span { border-color: rgb(225,211,203); }
td.TdClassName
{
border-color: #E1D3CB;
}
.TagClassName
{
border-color: #E1D3CB;
}
</style>