Shades of Classic Rose #EBC2D7
Tints of Classic Rose #EBC2D7
RGB
CMYK
RGB Variations
Color information
#EBC2D7 (or 0xEBC2D7) is known color: Classic Rose. HEX triplet: EB, C2 and D7. RGB value is (235,194,215). Sum of RGB (Red+Green+Blue) = 235+194+215=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2D7 is #143D28. Grayscale: #D0D0D0. Windows color (decimal): -1326377 or 14140139. OLE color: 14140139.
HSL color Cylindrical-coordinate representation of color #EBC2D7: hue angle of 329.27º 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 #EBC2D7 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 215 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.08 |
| HSL | 329.27º | 0.51% | 0.84% | - |
| HSV(B) | 329.27º | 0.17% | 0.92% | - |
| XYZ | 65.82 | 61.15 | 72.62 | - |
| YUV | 208.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 215 | 0 | 0.17 | 0.09 | 0.08 | 329.27 | 0.51 | 0.84 |
| Hex | EB | C2 | D7 | 0 | 11 | 9 | 8 | 149 | 33 | 54 |
| Octal | 353 | 302 | 327 | 0 | 21 | 11 | 10 | 511 | 63 | 124 |
| Binary | 11101011 | 11000010 | 11010111 | 0 | 10001 | 1001 | 1000 | 101001001 | 110011 | 1010100 |
Color Harmonies of #EBC2D7
Complementary color
Monochromatic Colors of #EBC2D7
Black with #EBC2D7
Text Example
Text Example
White with #EBC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2D7; }
p { color: rgb(235,194,215); }
H1.HeaderClassName
{
color: #EBC2D7;
}
.AnyTagClassName
{
color: #EBC2D7;
}
</style>
background-color css
<style>
a { background-color: #EBC2D7; }
a { background-color: rgb(235,194,215); }
div.DivClassName
{
background-color: #EBC2D7;
}
.BgClassName
{
background-color: #EBC2D7;
}
</style>
border-color css
<style>
span { border-color: #EBC2D7; }
span { border-color: rgb(235,194,215); }
td.TdClassName
{
border-color: #EBC2D7;
}
.TagClassName
{
border-color: #EBC2D7;
}
</style>