Shades of Dawn Pink #E2D3CB
Tints of Dawn Pink #E2D3CB
RGB
CMYK
RGB Variations
Color information
#E2D3CB (or 0xE2D3CB) is known color: Dawn Pink. HEX triplet: E2, D3 and CB. RGB value is (226,211,203). Sum of RGB (Red+Green+Blue) = 226+211+203=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D3CB is #1D2C34. Grayscale: #D6D6D6. Windows color (decimal): -1911861 or 13358050. OLE color: 13358050.
HSL color Cylindrical-coordinate representation of color #E2D3CB: hue angle of 20.87º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D3CB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 211 | 203 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.11 |
| HSL | 20.87º | 0.28% | 0.84% | - |
| HSV(B) | 20.87º | 0.1% | 0.89% | - |
| XYZ | 65.44 | 67.07 | 66 | - |
| YUV | 214.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 211 | 203 | 0 | 0.07 | 0.10 | 0.11 | 20.87 | 0.28 | 0.84 |
| Hex | E2 | D3 | CB | 0 | 7 | A | B | 15 | 1C | 54 |
| Octal | 342 | 323 | 313 | 0 | 7 | 12 | 13 | 25 | 34 | 124 |
| Binary | 11100010 | 11010011 | 11001011 | 0 | 111 | 1010 | 1011 | 10101 | 11100 | 1010100 |
Color Harmonies of #E2D3CB
Complementary color
Monochromatic Colors of #E2D3CB
Black with #E2D3CB
Text Example
Text Example
White with #E2D3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D3CB; }
p { color: rgb(226,211,203); }
H1.HeaderClassName
{
color: #E2D3CB;
}
.AnyTagClassName
{
color: #E2D3CB;
}
</style>
background-color css
<style>
a { background-color: #E2D3CB; }
a { background-color: rgb(226,211,203); }
div.DivClassName
{
background-color: #E2D3CB;
}
.BgClassName
{
background-color: #E2D3CB;
}
</style>
border-color css
<style>
span { border-color: #E2D3CB; }
span { border-color: rgb(226,211,203); }
td.TdClassName
{
border-color: #E2D3CB;
}
.TagClassName
{
border-color: #E2D3CB;
}
</style>