Shades of Classic Rose #E8C8DB
Tints of Classic Rose #E8C8DB
RGB
CMYK
RGB Variations
Color information
#E8C8DB (or 0xE8C8DB) is known color: Classic Rose. HEX triplet: E8, C8 and DB. RGB value is (232,200,219). Sum of RGB (Red+Green+Blue) = 232+200+219=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C8DB is #173724. Grayscale: #D3D3D3. Windows color (decimal): -1521445 or 14403816. OLE color: 14403816.
HSL color Cylindrical-coordinate representation of color #E8C8DB: hue angle of 324.38º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8C8DB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 200 | 219 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.09 |
| HSL | 324.38º | 0.41% | 0.85% | - |
| HSV(B) | 324.38º | 0.14% | 0.91% | - |
| XYZ | 66.72 | 63.58 | 75.77 | - |
| YUV | 211.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 219 | 0 | 0.14 | 0.06 | 0.09 | 324.38 | 0.41 | 0.85 |
| Hex | E8 | C8 | DB | 0 | E | 6 | 9 | 144 | 29 | 55 |
| Octal | 350 | 310 | 333 | 0 | 16 | 6 | 11 | 504 | 51 | 125 |
| Binary | 11101000 | 11001000 | 11011011 | 0 | 1110 | 110 | 1001 | 101000100 | 101001 | 1010101 |
Color Harmonies of #E8C8DB
Complementary color
Monochromatic Colors of #E8C8DB
Black with #E8C8DB
Text Example
Text Example
White with #E8C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C8DB; }
p { color: rgb(232,200,219); }
H1.HeaderClassName
{
color: #E8C8DB;
}
.AnyTagClassName
{
color: #E8C8DB;
}
</style>
background-color css
<style>
a { background-color: #E8C8DB; }
a { background-color: rgb(232,200,219); }
div.DivClassName
{
background-color: #E8C8DB;
}
.BgClassName
{
background-color: #E8C8DB;
}
</style>
border-color css
<style>
span { border-color: #E8C8DB; }
span { border-color: rgb(232,200,219); }
td.TdClassName
{
border-color: #E8C8DB;
}
.TagClassName
{
border-color: #E8C8DB;
}
</style>