Shades of Classic Rose #EBC2DD
Tints of Classic Rose #EBC2DD
RGB
CMYK
RGB Variations
Color information
#EBC2DD (or 0xEBC2DD) is known color: Classic Rose. HEX triplet: EB, C2 and DD. RGB value is (235,194,221). Sum of RGB (Red+Green+Blue) = 235+194+221=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2DD is #143D22. Grayscale: #D1D1D1. Windows color (decimal): -1326371 or 14533355. OLE color: 14533355.
HSL color Cylindrical-coordinate representation of color #EBC2DD: hue angle of 320.49º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC2DD is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 221 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.08 |
| HSL | 320.49º | 0.51% | 0.84% | - |
| HSV(B) | 320.49º | 0.17% | 0.92% | - |
| XYZ | 66.6 | 61.47 | 76.76 | - |
| YUV | 209.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 221 | 0 | 0.17 | 0.06 | 0.08 | 320.49 | 0.51 | 0.84 |
| Hex | EB | C2 | DD | 0 | 11 | 6 | 8 | 140 | 33 | 54 |
| Octal | 353 | 302 | 335 | 0 | 21 | 6 | 10 | 500 | 63 | 124 |
| Binary | 11101011 | 11000010 | 11011101 | 0 | 10001 | 110 | 1000 | 101000000 | 110011 | 1010100 |
Color Harmonies of #EBC2DD
Complementary color
Monochromatic Colors of #EBC2DD
Black with #EBC2DD
Text Example
Text Example
White with #EBC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2DD; }
p { color: rgb(235,194,221); }
H1.HeaderClassName
{
color: #EBC2DD;
}
.AnyTagClassName
{
color: #EBC2DD;
}
</style>
background-color css
<style>
a { background-color: #EBC2DD; }
a { background-color: rgb(235,194,221); }
div.DivClassName
{
background-color: #EBC2DD;
}
.BgClassName
{
background-color: #EBC2DD;
}
</style>
border-color css
<style>
span { border-color: #EBC2DD; }
span { border-color: rgb(235,194,221); }
td.TdClassName
{
border-color: #EBC2DD;
}
.TagClassName
{
border-color: #EBC2DD;
}
</style>