Shades of Classic Rose #E8CADB
Tints of Classic Rose #E8CADB
RGB
CMYK
RGB Variations
Color information
#E8CADB (or 0xE8CADB) is known color: Classic Rose. HEX triplet: E8, CA and DB. RGB value is (232,202,219). Sum of RGB (Red+Green+Blue) = 232+202+219=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CADB is #173524. Grayscale: #D4D4D4. Windows color (decimal): -1520933 or 14404328. OLE color: 14404328.
HSL color Cylindrical-coordinate representation of color #E8CADB: hue angle of 326º 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 #E8CADB is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 219 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.09 |
| HSL | 326º | 0.39% | 0.85% | - |
| HSV(B) | 326º | 0.13% | 0.91% | - |
| XYZ | 67.19 | 64.51 | 75.93 | - |
| YUV | 212.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 219 | 0 | 0.13 | 0.06 | 0.09 | 326 | 0.39 | 0.85 |
| Hex | E8 | CA | DB | 0 | D | 6 | 9 | 146 | 27 | 55 |
| Octal | 350 | 312 | 333 | 0 | 15 | 6 | 11 | 506 | 47 | 125 |
| Binary | 11101000 | 11001010 | 11011011 | 0 | 1101 | 110 | 1001 | 101000110 | 100111 | 1010101 |
Color Harmonies of #E8CADB
Complementary color
Monochromatic Colors of #E8CADB
Black with #E8CADB
Text Example
Text Example
White with #E8CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CADB; }
p { color: rgb(232,202,219); }
H1.HeaderClassName
{
color: #E8CADB;
}
.AnyTagClassName
{
color: #E8CADB;
}
</style>
background-color css
<style>
a { background-color: #E8CADB; }
a { background-color: rgb(232,202,219); }
div.DivClassName
{
background-color: #E8CADB;
}
.BgClassName
{
background-color: #E8CADB;
}
</style>
border-color css
<style>
span { border-color: #E8CADB; }
span { border-color: rgb(232,202,219); }
td.TdClassName
{
border-color: #E8CADB;
}
.TagClassName
{
border-color: #E8CADB;
}
</style>