Shades of Classic Rose #EBC8DA
Tints of Classic Rose #EBC8DA
RGB
CMYK
RGB Variations
Color information
#EBC8DA (or 0xEBC8DA) is known color: Classic Rose. HEX triplet: EB, C8 and DA. RGB value is (235,200,218). Sum of RGB (Red+Green+Blue) = 235+200+218=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8DA is #143725. Grayscale: #D4D4D4. Windows color (decimal): -1324838 or 14338283. OLE color: 14338283.
HSL color Cylindrical-coordinate representation of color #EBC8DA: hue angle of 329.14º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC8DA is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 218 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.08 |
| HSL | 329.14º | 0.47% | 0.85% | - |
| HSV(B) | 329.14º | 0.15% | 0.92% | - |
| XYZ | 67.57 | 64.03 | 75.13 | - |
| YUV | 212.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 218 | 0 | 0.15 | 0.07 | 0.08 | 329.14 | 0.47 | 0.85 |
| Hex | EB | C8 | DA | 0 | F | 7 | 8 | 149 | 2F | 55 |
| Octal | 353 | 310 | 332 | 0 | 17 | 7 | 10 | 511 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11011010 | 0 | 1111 | 111 | 1000 | 101001001 | 101111 | 1010101 |
Color Harmonies of #EBC8DA
Complementary color
Monochromatic Colors of #EBC8DA
Black with #EBC8DA
Text Example
Text Example
White with #EBC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8DA; }
p { color: rgb(235,200,218); }
H1.HeaderClassName
{
color: #EBC8DA;
}
.AnyTagClassName
{
color: #EBC8DA;
}
</style>
background-color css
<style>
a { background-color: #EBC8DA; }
a { background-color: rgb(235,200,218); }
div.DivClassName
{
background-color: #EBC8DA;
}
.BgClassName
{
background-color: #EBC8DA;
}
</style>
border-color css
<style>
span { border-color: #EBC8DA; }
span { border-color: rgb(235,200,218); }
td.TdClassName
{
border-color: #EBC8DA;
}
.TagClassName
{
border-color: #EBC8DA;
}
</style>