Shades of Classic Rose #EBC8DE
Tints of Classic Rose #EBC8DE
RGB
CMYK
RGB Variations
Color information
#EBC8DE (or 0xEBC8DE) is known color: Classic Rose. HEX triplet: EB, C8 and DE. RGB value is (235,200,222). Sum of RGB (Red+Green+Blue) = 235+200+222=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8DE is #143721. Grayscale: #D4D4D4. Windows color (decimal): -1324834 or 14600427. OLE color: 14600427.
HSL color Cylindrical-coordinate representation of color #EBC8DE: hue angle of 322.29º 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 #EBC8DE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 222 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.08 |
| HSL | 322.29º | 0.47% | 0.85% | - |
| HSV(B) | 322.29º | 0.15% | 0.92% | - |
| XYZ | 68.1 | 64.24 | 77.92 | - |
| YUV | 212.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 222 | 0 | 0.15 | 0.06 | 0.08 | 322.29 | 0.47 | 0.85 |
| Hex | EB | C8 | DE | 0 | F | 6 | 8 | 142 | 2F | 55 |
| Octal | 353 | 310 | 336 | 0 | 17 | 6 | 10 | 502 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11011110 | 0 | 1111 | 110 | 1000 | 101000010 | 101111 | 1010101 |
Color Harmonies of #EBC8DE
Complementary color
Monochromatic Colors of #EBC8DE
Black with #EBC8DE
Text Example
Text Example
White with #EBC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8DE; }
p { color: rgb(235,200,222); }
H1.HeaderClassName
{
color: #EBC8DE;
}
.AnyTagClassName
{
color: #EBC8DE;
}
</style>
background-color css
<style>
a { background-color: #EBC8DE; }
a { background-color: rgb(235,200,222); }
div.DivClassName
{
background-color: #EBC8DE;
}
.BgClassName
{
background-color: #EBC8DE;
}
</style>
border-color css
<style>
span { border-color: #EBC8DE; }
span { border-color: rgb(235,200,222); }
td.TdClassName
{
border-color: #EBC8DE;
}
.TagClassName
{
border-color: #EBC8DE;
}
</style>