Shades of Classic Rose #E8C8DC
Tints of Classic Rose #E8C8DC
RGB
CMYK
RGB Variations
Color information
#E8C8DC (or 0xE8C8DC) is known color: Classic Rose. HEX triplet: E8, C8 and DC. RGB value is (232,200,220). Sum of RGB (Red+Green+Blue) = 232+200+220=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C8DC is #173723. Grayscale: #D3D3D3. Windows color (decimal): -1521444 or 14469352. OLE color: 14469352.
HSL color Cylindrical-coordinate representation of color #E8C8DC: hue angle of 322.5º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8C8DC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 200 | 220 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.09 |
| HSL | 322.5º | 0.41% | 0.85% | - |
| HSV(B) | 322.5º | 0.14% | 0.91% | - |
| XYZ | 66.85 | 63.63 | 76.47 | - |
| YUV | 211.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 220 | 0 | 0.14 | 0.05 | 0.09 | 322.5 | 0.41 | 0.85 |
| Hex | E8 | C8 | DC | 0 | E | 5 | 9 | 142 | 29 | 55 |
| Octal | 350 | 310 | 334 | 0 | 16 | 5 | 11 | 502 | 51 | 125 |
| Binary | 11101000 | 11001000 | 11011100 | 0 | 1110 | 101 | 1001 | 101000010 | 101001 | 1010101 |
Color Harmonies of #E8C8DC
Complementary color
Monochromatic Colors of #E8C8DC
Black with #E8C8DC
Text Example
Text Example
White with #E8C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C8DC; }
p { color: rgb(232,200,220); }
H1.HeaderClassName
{
color: #E8C8DC;
}
.AnyTagClassName
{
color: #E8C8DC;
}
</style>
background-color css
<style>
a { background-color: #E8C8DC; }
a { background-color: rgb(232,200,220); }
div.DivClassName
{
background-color: #E8C8DC;
}
.BgClassName
{
background-color: #E8C8DC;
}
</style>
border-color css
<style>
span { border-color: #E8C8DC; }
span { border-color: rgb(232,200,220); }
td.TdClassName
{
border-color: #E8C8DC;
}
.TagClassName
{
border-color: #E8C8DC;
}
</style>