Shades of Classic Rose #EBBCD6
Tints of Classic Rose #EBBCD6
RGB
CMYK
RGB Variations
Color information
#EBBCD6 (or 0xEBBCD6) is known color: Classic Rose. HEX triplet: EB, BC and D6. RGB value is (235,188,214). Sum of RGB (Red+Green+Blue) = 235+188+214=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD6 is #144329. Grayscale: #CCCCCC. Windows color (decimal): -1327914 or 14073067. OLE color: 14073067.
HSL color Cylindrical-coordinate representation of color #EBBCD6: hue angle of 326.81º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCD6 is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 214 | - |
| CMYK | 0 | 0.2 | 0.09 | 0.08 |
| HSL | 326.81º | 0.54% | 0.83% | - |
| HSV(B) | 326.81º | 0.2% | 0.92% | - |
| XYZ | 64.38 | 58.48 | 71.51 | - |
| YUV | 205.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 214 | 0 | 0.2 | 0.09 | 0.08 | 326.81 | 0.54 | 0.83 |
| Hex | EB | BC | D6 | 0 | 14 | 9 | 8 | 147 | 36 | 53 |
| Octal | 353 | 274 | 326 | 0 | 24 | 11 | 10 | 507 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11010110 | 0 | 10100 | 1001 | 1000 | 101000111 | 110110 | 1010011 |
Color Harmonies of #EBBCD6
Complementary color
Monochromatic Colors of #EBBCD6
Black with #EBBCD6
Text Example
Text Example
White with #EBBCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCD6; }
p { color: rgb(235,188,214); }
H1.HeaderClassName
{
color: #EBBCD6;
}
.AnyTagClassName
{
color: #EBBCD6;
}
</style>
background-color css
<style>
a { background-color: #EBBCD6; }
a { background-color: rgb(235,188,214); }
div.DivClassName
{
background-color: #EBBCD6;
}
.BgClassName
{
background-color: #EBBCD6;
}
</style>
border-color css
<style>
span { border-color: #EBBCD6; }
span { border-color: rgb(235,188,214); }
td.TdClassName
{
border-color: #EBBCD6;
}
.TagClassName
{
border-color: #EBBCD6;
}
</style>