Shades of Classic Rose #EBC2D6
Tints of Classic Rose #EBC2D6
RGB
CMYK
RGB Variations
Color information
#EBC2D6 (or 0xEBC2D6) is known color: Classic Rose. HEX triplet: EB, C2 and D6. RGB value is (235,194,214). Sum of RGB (Red+Green+Blue) = 235+194+214=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2D6 is #143D29. Grayscale: #D0D0D0. Windows color (decimal): -1326378 or 14074603. OLE color: 14074603.
HSL color Cylindrical-coordinate representation of color #EBC2D6: hue angle of 330.73º 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 #EBC2D6 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 214 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.08 |
| HSL | 330.73º | 0.51% | 0.84% | - |
| HSV(B) | 330.73º | 0.17% | 0.92% | - |
| XYZ | 65.69 | 61.1 | 71.95 | - |
| YUV | 208.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 214 | 0 | 0.17 | 0.09 | 0.08 | 330.73 | 0.51 | 0.84 |
| Hex | EB | C2 | D6 | 0 | 11 | 9 | 8 | 14B | 33 | 54 |
| Octal | 353 | 302 | 326 | 0 | 21 | 11 | 10 | 513 | 63 | 124 |
| Binary | 11101011 | 11000010 | 11010110 | 0 | 10001 | 1001 | 1000 | 101001011 | 110011 | 1010100 |
Color Harmonies of #EBC2D6
Complementary color
Monochromatic Colors of #EBC2D6
Black with #EBC2D6
Text Example
Text Example
White with #EBC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2D6; }
p { color: rgb(235,194,214); }
H1.HeaderClassName
{
color: #EBC2D6;
}
.AnyTagClassName
{
color: #EBC2D6;
}
</style>
background-color css
<style>
a { background-color: #EBC2D6; }
a { background-color: rgb(235,194,214); }
div.DivClassName
{
background-color: #EBC2D6;
}
.BgClassName
{
background-color: #EBC2D6;
}
</style>
border-color css
<style>
span { border-color: #EBC2D6; }
span { border-color: rgb(235,194,214); }
td.TdClassName
{
border-color: #EBC2D6;
}
.TagClassName
{
border-color: #EBC2D6;
}
</style>