Shades of Classic Rose #E7CBDE
Tints of Classic Rose #E7CBDE
RGB
CMYK
RGB Variations
Color information
#E7CBDE (or 0xE7CBDE) is known color: Classic Rose. HEX triplet: E7, CB and DE. RGB value is (231,203,222). Sum of RGB (Red+Green+Blue) = 231+203+222=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBDE is #183421. Grayscale: #D5D5D5. Windows color (decimal): -1586210 or 14601191. OLE color: 14601191.
HSL color Cylindrical-coordinate representation of color #E7CBDE: hue angle of 319.29º degrees, saturation: 0.37, 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 #E7CBDE is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 222 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.09 |
| HSL | 319.29º | 0.37% | 0.85% | - |
| HSV(B) | 319.29º | 0.12% | 0.91% | - |
| XYZ | 67.5 | 64.97 | 78.09 | - |
| YUV | 213.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 222 | 0 | 0.12 | 0.04 | 0.09 | 319.29 | 0.37 | 0.85 |
| Hex | E7 | CB | DE | 0 | C | 4 | 9 | 13F | 25 | 55 |
| Octal | 347 | 313 | 336 | 0 | 14 | 4 | 11 | 477 | 45 | 125 |
| Binary | 11100111 | 11001011 | 11011110 | 0 | 1100 | 100 | 1001 | 100111111 | 100101 | 1010101 |
Color Harmonies of #E7CBDE
Complementary color
Monochromatic Colors of #E7CBDE
Black with #E7CBDE
Text Example
Text Example
White with #E7CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBDE; }
p { color: rgb(231,203,222); }
H1.HeaderClassName
{
color: #E7CBDE;
}
.AnyTagClassName
{
color: #E7CBDE;
}
</style>
background-color css
<style>
a { background-color: #E7CBDE; }
a { background-color: rgb(231,203,222); }
div.DivClassName
{
background-color: #E7CBDE;
}
.BgClassName
{
background-color: #E7CBDE;
}
</style>
border-color css
<style>
span { border-color: #E7CBDE; }
span { border-color: rgb(231,203,222); }
td.TdClassName
{
border-color: #E7CBDE;
}
.TagClassName
{
border-color: #E7CBDE;
}
</style>