Shades of Classic Rose #E8CADD
Tints of Classic Rose #E8CADD
RGB
CMYK
RGB Variations
Color information
#E8CADD (or 0xE8CADD) is known color: Classic Rose. HEX triplet: E8, CA and DD. RGB value is (232,202,221). Sum of RGB (Red+Green+Blue) = 232+202+221=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CADD is #173522. Grayscale: #D5D5D5. Windows color (decimal): -1520931 or 14535400. OLE color: 14535400.
HSL color Cylindrical-coordinate representation of color #E8CADD: hue angle of 322º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CADD is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 221 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.09 |
| HSL | 322º | 0.39% | 0.85% | - |
| HSV(B) | 322º | 0.13% | 0.91% | - |
| XYZ | 67.45 | 64.62 | 77.32 | - |
| YUV | 213.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 221 | 0 | 0.13 | 0.05 | 0.09 | 322 | 0.39 | 0.85 |
| Hex | E8 | CA | DD | 0 | D | 5 | 9 | 142 | 27 | 55 |
| Octal | 350 | 312 | 335 | 0 | 15 | 5 | 11 | 502 | 47 | 125 |
| Binary | 11101000 | 11001010 | 11011101 | 0 | 1101 | 101 | 1001 | 101000010 | 100111 | 1010101 |
Color Harmonies of #E8CADD
Complementary color
Monochromatic Colors of #E8CADD
Black with #E8CADD
Text Example
Text Example
White with #E8CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CADD; }
p { color: rgb(232,202,221); }
H1.HeaderClassName
{
color: #E8CADD;
}
.AnyTagClassName
{
color: #E8CADD;
}
</style>
background-color css
<style>
a { background-color: #E8CADD; }
a { background-color: rgb(232,202,221); }
div.DivClassName
{
background-color: #E8CADD;
}
.BgClassName
{
background-color: #E8CADD;
}
</style>
border-color css
<style>
span { border-color: #E8CADD; }
span { border-color: rgb(232,202,221); }
td.TdClassName
{
border-color: #E8CADD;
}
.TagClassName
{
border-color: #E8CADD;
}
</style>