Shades of Classic Rose #E8CBDF
Tints of Classic Rose #E8CBDF
RGB
CMYK
RGB Variations
Color information
#E8CBDF (or 0xE8CBDF) is known color: Classic Rose. HEX triplet: E8, CB and DF. RGB value is (232,203,223). Sum of RGB (Red+Green+Blue) = 232+203+223=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBDF is #173420. Grayscale: #D5D5D5. Windows color (decimal): -1520673 or 14666728. OLE color: 14666728.
HSL color Cylindrical-coordinate representation of color #E8CBDF: hue angle of 318.62º 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 #E8CBDF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 223 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.09 |
| HSL | 318.62º | 0.39% | 0.85% | - |
| HSV(B) | 318.62º | 0.13% | 0.91% | - |
| XYZ | 67.95 | 65.2 | 78.81 | - |
| YUV | 213.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 223 | 0 | 0.12 | 0.04 | 0.09 | 318.62 | 0.39 | 0.85 |
| Hex | E8 | CB | DF | 0 | C | 4 | 9 | 13F | 27 | 55 |
| Octal | 350 | 313 | 337 | 0 | 14 | 4 | 11 | 477 | 47 | 125 |
| Binary | 11101000 | 11001011 | 11011111 | 0 | 1100 | 100 | 1001 | 100111111 | 100111 | 1010101 |
Color Harmonies of #E8CBDF
Complementary color
Monochromatic Colors of #E8CBDF
Black with #E8CBDF
Text Example
Text Example
White with #E8CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBDF; }
p { color: rgb(232,203,223); }
H1.HeaderClassName
{
color: #E8CBDF;
}
.AnyTagClassName
{
color: #E8CBDF;
}
</style>
background-color css
<style>
a { background-color: #E8CBDF; }
a { background-color: rgb(232,203,223); }
div.DivClassName
{
background-color: #E8CBDF;
}
.BgClassName
{
background-color: #E8CBDF;
}
</style>
border-color css
<style>
span { border-color: #E8CBDF; }
span { border-color: rgb(232,203,223); }
td.TdClassName
{
border-color: #E8CBDF;
}
.TagClassName
{
border-color: #E8CBDF;
}
</style>