Shades of Classic Rose #EBC8DD
Tints of Classic Rose #EBC8DD
RGB
CMYK
RGB Variations
Color information
#EBC8DD (or 0xEBC8DD) is known color: Classic Rose. HEX triplet: EB, C8 and DD. RGB value is (235,200,221). Sum of RGB (Red+Green+Blue) = 235+200+221=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8DD is #143722. Grayscale: #D4D4D4. Windows color (decimal): -1324835 or 14534891. OLE color: 14534891.
HSL color Cylindrical-coordinate representation of color #EBC8DD: hue angle of 324º 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 #EBC8DD is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 221 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.08 |
| HSL | 324º | 0.47% | 0.85% | - |
| HSV(B) | 324º | 0.15% | 0.92% | - |
| XYZ | 67.97 | 64.19 | 77.21 | - |
| YUV | 212.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 221 | 0 | 0.15 | 0.06 | 0.08 | 324 | 0.47 | 0.85 |
| Hex | EB | C8 | DD | 0 | F | 6 | 8 | 144 | 2F | 55 |
| Octal | 353 | 310 | 335 | 0 | 17 | 6 | 10 | 504 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11011101 | 0 | 1111 | 110 | 1000 | 101000100 | 101111 | 1010101 |
Color Harmonies of #EBC8DD
Complementary color
Monochromatic Colors of #EBC8DD
Black with #EBC8DD
Text Example
Text Example
White with #EBC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8DD; }
p { color: rgb(235,200,221); }
H1.HeaderClassName
{
color: #EBC8DD;
}
.AnyTagClassName
{
color: #EBC8DD;
}
</style>
background-color css
<style>
a { background-color: #EBC8DD; }
a { background-color: rgb(235,200,221); }
div.DivClassName
{
background-color: #EBC8DD;
}
.BgClassName
{
background-color: #EBC8DD;
}
</style>
border-color css
<style>
span { border-color: #EBC8DD; }
span { border-color: rgb(235,200,221); }
td.TdClassName
{
border-color: #EBC8DD;
}
.TagClassName
{
border-color: #EBC8DD;
}
</style>