Shades of Classic Rose #E8CBDC
Tints of Classic Rose #E8CBDC
RGB
CMYK
RGB Variations
Color information
#E8CBDC (or 0xE8CBDC) is known color: Classic Rose. HEX triplet: E8, CB and DC. RGB value is (232,203,220). Sum of RGB (Red+Green+Blue) = 232+203+220=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBDC is #173423. Grayscale: #D5D5D5. Windows color (decimal): -1520676 or 14470120. OLE color: 14470120.
HSL color Cylindrical-coordinate representation of color #E8CBDC: hue angle of 324.83º degrees, saturation: 0.39, 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 #E8CBDC is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 220 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.09 |
| HSL | 324.83º | 0.39% | 0.85% | - |
| HSV(B) | 324.83º | 0.13% | 0.91% | - |
| XYZ | 67.55 | 65.03 | 76.7 | - |
| YUV | 213.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 220 | 0 | 0.12 | 0.05 | 0.09 | 324.83 | 0.39 | 0.85 |
| Hex | E8 | CB | DC | 0 | C | 5 | 9 | 145 | 27 | 55 |
| Octal | 350 | 313 | 334 | 0 | 14 | 5 | 11 | 505 | 47 | 125 |
| Binary | 11101000 | 11001011 | 11011100 | 0 | 1100 | 101 | 1001 | 101000101 | 100111 | 1010101 |
Color Harmonies of #E8CBDC
Complementary color
Monochromatic Colors of #E8CBDC
Black with #E8CBDC
Text Example
Text Example
White with #E8CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBDC; }
p { color: rgb(232,203,220); }
H1.HeaderClassName
{
color: #E8CBDC;
}
.AnyTagClassName
{
color: #E8CBDC;
}
</style>
background-color css
<style>
a { background-color: #E8CBDC; }
a { background-color: rgb(232,203,220); }
div.DivClassName
{
background-color: #E8CBDC;
}
.BgClassName
{
background-color: #E8CBDC;
}
</style>
border-color css
<style>
span { border-color: #E8CBDC; }
span { border-color: rgb(232,203,220); }
td.TdClassName
{
border-color: #E8CBDC;
}
.TagClassName
{
border-color: #E8CBDC;
}
</style>