Shades of Dawn Pink #E3D5CC
Tints of Dawn Pink #E3D5CC
RGB
CMYK
RGB Variations
Color information
#E3D5CC (or 0xE3D5CC) is known color: Dawn Pink. HEX triplet: E3, D5 and CC. RGB value is (227,213,204). Sum of RGB (Red+Green+Blue) = 227+213+204=644 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.25% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D5CC is #1C2A33. Grayscale: #D8D8D8. Windows color (decimal): -1845812 or 13424099. OLE color: 13424099.
HSL color Cylindrical-coordinate representation of color #E3D5CC: hue angle of 23.48º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3D5CC is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 204 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.11 |
| HSL | 23.48º | 0.29% | 0.85% | - |
| HSV(B) | 23.48º | 0.1% | 0.89% | - |
| XYZ | 66.37 | 68.28 | 66.81 | - |
| YUV | 216.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 204 | 0 | 0.06 | 0.10 | 0.11 | 23.48 | 0.29 | 0.85 |
| Hex | E3 | D5 | CC | 0 | 6 | A | B | 17 | 1D | 55 |
| Octal | 343 | 325 | 314 | 0 | 6 | 12 | 13 | 27 | 35 | 125 |
| Binary | 11100011 | 11010101 | 11001100 | 0 | 110 | 1010 | 1011 | 10111 | 11101 | 1010101 |
Color Harmonies of #E3D5CC
Complementary color
Monochromatic Colors of #E3D5CC
Black with #E3D5CC
Text Example
Text Example
White with #E3D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D5CC; }
p { color: rgb(227,213,204); }
H1.HeaderClassName
{
color: #E3D5CC;
}
.AnyTagClassName
{
color: #E3D5CC;
}
</style>
background-color css
<style>
a { background-color: #E3D5CC; }
a { background-color: rgb(227,213,204); }
div.DivClassName
{
background-color: #E3D5CC;
}
.BgClassName
{
background-color: #E3D5CC;
}
</style>
border-color css
<style>
span { border-color: #E3D5CC; }
span { border-color: rgb(227,213,204); }
td.TdClassName
{
border-color: #E3D5CC;
}
.TagClassName
{
border-color: #E3D5CC;
}
</style>