Shades of Dawn Pink #E6D4CA
Tints of Dawn Pink #E6D4CA
RGB
CMYK
RGB Variations
Color information
#E6D4CA (or 0xE6D4CA) is known color: Dawn Pink. HEX triplet: E6, D4 and CA. RGB value is (230,212,202). Sum of RGB (Red+Green+Blue) = 230+212+202=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D4CA is #192B35. Grayscale: #D8D8D8. Windows color (decimal): -1649462 or 13292774. OLE color: 13292774.
HSL color Cylindrical-coordinate representation of color #E6D4CA: hue angle of 21.43º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6D4CA is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 202 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.10 |
| HSL | 21.43º | 0.36% | 0.85% | - |
| HSV(B) | 21.43º | 0.12% | 0.9% | - |
| XYZ | 66.84 | 68.17 | 65.51 | - |
| YUV | 216.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 202 | 0 | 0.08 | 0.12 | 0.10 | 21.43 | 0.36 | 0.85 |
| Hex | E6 | D4 | CA | 0 | 8 | C | A | 15 | 24 | 55 |
| Octal | 346 | 324 | 312 | 0 | 10 | 14 | 12 | 25 | 44 | 125 |
| Binary | 11100110 | 11010100 | 11001010 | 0 | 1000 | 1100 | 1010 | 10101 | 100100 | 1010101 |
Color Harmonies of #E6D4CA
Complementary color
Monochromatic Colors of #E6D4CA
Black with #E6D4CA
Text Example
Text Example
White with #E6D4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D4CA; }
p { color: rgb(230,212,202); }
H1.HeaderClassName
{
color: #E6D4CA;
}
.AnyTagClassName
{
color: #E6D4CA;
}
</style>
background-color css
<style>
a { background-color: #E6D4CA; }
a { background-color: rgb(230,212,202); }
div.DivClassName
{
background-color: #E6D4CA;
}
.BgClassName
{
background-color: #E6D4CA;
}
</style>
border-color css
<style>
span { border-color: #E6D4CA; }
span { border-color: rgb(230,212,202); }
td.TdClassName
{
border-color: #E6D4CA;
}
.TagClassName
{
border-color: #E6D4CA;
}
</style>