Shades of Classic Rose #E8CCDD
Tints of Classic Rose #E8CCDD
RGB
CMYK
RGB Variations
Color information
#E8CCDD (or 0xE8CCDD) is known color: Classic Rose. HEX triplet: E8, CC and DD. RGB value is (232,204,221). Sum of RGB (Red+Green+Blue) = 232+204+221=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCDD is #173322. Grayscale: #D6D6D6. Windows color (decimal): -1520419 or 14535912. OLE color: 14535912.
HSL color Cylindrical-coordinate representation of color #E8CCDD: hue angle of 323.57º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CCDD is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 221 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.09 |
| HSL | 323.57º | 0.38% | 0.85% | - |
| HSV(B) | 323.57º | 0.12% | 0.91% | - |
| XYZ | 67.92 | 65.56 | 77.48 | - |
| YUV | 214.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 221 | 0 | 0.12 | 0.05 | 0.09 | 323.57 | 0.38 | 0.85 |
| Hex | E8 | CC | DD | 0 | C | 5 | 9 | 144 | 26 | 55 |
| Octal | 350 | 314 | 335 | 0 | 14 | 5 | 11 | 504 | 46 | 125 |
| Binary | 11101000 | 11001100 | 11011101 | 0 | 1100 | 101 | 1001 | 101000100 | 100110 | 1010101 |
Color Harmonies of #E8CCDD
Complementary color
Monochromatic Colors of #E8CCDD
Black with #E8CCDD
Text Example
Text Example
White with #E8CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCDD; }
p { color: rgb(232,204,221); }
H1.HeaderClassName
{
color: #E8CCDD;
}
.AnyTagClassName
{
color: #E8CCDD;
}
</style>
background-color css
<style>
a { background-color: #E8CCDD; }
a { background-color: rgb(232,204,221); }
div.DivClassName
{
background-color: #E8CCDD;
}
.BgClassName
{
background-color: #E8CCDD;
}
</style>
border-color css
<style>
span { border-color: #E8CCDD; }
span { border-color: rgb(232,204,221); }
td.TdClassName
{
border-color: #E8CCDD;
}
.TagClassName
{
border-color: #E8CCDD;
}
</style>