Shades of Classic Rose #EBC2DC
Tints of Classic Rose #EBC2DC
RGB
CMYK
RGB Variations
Color information
#EBC2DC (or 0xEBC2DC) is known color: Classic Rose. HEX triplet: EB, C2 and DC. RGB value is (235,194,220). Sum of RGB (Red+Green+Blue) = 235+194+220=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2DC is #143D23. Grayscale: #D1D1D1. Windows color (decimal): -1326372 or 14467819. OLE color: 14467819.
HSL color Cylindrical-coordinate representation of color #EBC2DC: hue angle of 321.95º 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 #EBC2DC is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 220 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.08 |
| HSL | 321.95º | 0.51% | 0.84% | - |
| HSV(B) | 321.95º | 0.17% | 0.92% | - |
| XYZ | 66.47 | 61.41 | 76.06 | - |
| YUV | 209.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 220 | 0 | 0.17 | 0.06 | 0.08 | 321.95 | 0.51 | 0.84 |
| Hex | EB | C2 | DC | 0 | 11 | 6 | 8 | 142 | 33 | 54 |
| Octal | 353 | 302 | 334 | 0 | 21 | 6 | 10 | 502 | 63 | 124 |
| Binary | 11101011 | 11000010 | 11011100 | 0 | 10001 | 110 | 1000 | 101000010 | 110011 | 1010100 |
Color Harmonies of #EBC2DC
Complementary color
Monochromatic Colors of #EBC2DC
Black with #EBC2DC
Text Example
Text Example
White with #EBC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2DC; }
p { color: rgb(235,194,220); }
H1.HeaderClassName
{
color: #EBC2DC;
}
.AnyTagClassName
{
color: #EBC2DC;
}
</style>
background-color css
<style>
a { background-color: #EBC2DC; }
a { background-color: rgb(235,194,220); }
div.DivClassName
{
background-color: #EBC2DC;
}
.BgClassName
{
background-color: #EBC2DC;
}
</style>
border-color css
<style>
span { border-color: #EBC2DC; }
span { border-color: rgb(235,194,220); }
td.TdClassName
{
border-color: #EBC2DC;
}
.TagClassName
{
border-color: #EBC2DC;
}
</style>