Shades of Dawn Pink #E4D4CC
Tints of Dawn Pink #E4D4CC
RGB
CMYK
RGB Variations
Color information
#E4D4CC (or 0xE4D4CC) is known color: Dawn Pink. HEX triplet: E4, D4 and CC. RGB value is (228,212,204). Sum of RGB (Red+Green+Blue) = 228+212+204=644 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.40% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D4CC is #1B2B33. Grayscale: #D7D7D7. Windows color (decimal): -1780532 or 13423844. OLE color: 13423844.
HSL color Cylindrical-coordinate representation of color #E4D4CC: hue angle of 20º degrees, saturation: 0.31, 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 #E4D4CC is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 212 | 204 | - |
CMYK | 0 | 0.07 | 0.11 | 0.11 |
HSL | 20º | 0.31% | 0.85% | - |
HSV(B) | 20º | 0.11% | 0.89% | - |
XYZ | 66.44 | 67.94 | 66.74 | - |
YUV | 215.87 | 121.3 | 136.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 212 | 204 | 0 | 0.07 | 0.11 | 0.11 | 20 | 0.31 | 0.85 |
Hex | E4 | D4 | CC | 0 | 7 | B | B | 14 | 1F | 55 |
Octal | 344 | 324 | 314 | 0 | 7 | 13 | 13 | 24 | 37 | 125 |
Binary | 11100100 | 11010100 | 11001100 | 0 | 111 | 1011 | 1011 | 10100 | 11111 | 1010101 |
Color Harmonies of #E4D4CC
Complementary color
Monochromatic Colors of #E4D4CC
Black with #E4D4CC
Text Example
Text Example
White with #E4D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D4CC; }
p { color: rgb(228,212,204); }
H1.HeaderClassName
{
color: #E4D4CC;
}
.AnyTagClassName
{
color: #E4D4CC;
}
</style>
background-color css
<style>
a { background-color: #E4D4CC; }
a { background-color: rgb(228,212,204); }
div.DivClassName
{
background-color: #E4D4CC;
}
.BgClassName
{
background-color: #E4D4CC;
}
</style>
border-color css
<style>
span { border-color: #E4D4CC; }
span { border-color: rgb(228,212,204); }
td.TdClassName
{
border-color: #E4D4CC;
}
.TagClassName
{
border-color: #E4D4CC;
}
</style>