Shades of Classic Rose #EBBCD2
Tints of Classic Rose #EBBCD2
RGB
CMYK
RGB Variations
Color information
#EBBCD2 (or 0xEBBCD2) is known color: Classic Rose. HEX triplet: EB, BC and D2. RGB value is (235,188,210). Sum of RGB (Red+Green+Blue) = 235+188+210=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD2 is #14432D. Grayscale: #CCCCCC. Windows color (decimal): -1327918 or 13810923. OLE color: 13810923.
HSL color Cylindrical-coordinate representation of color #EBBCD2: hue angle of 331.91º 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 #EBBCD2 is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 210 | - |
| CMYK | 0 | 0.2 | 0.11 | 0.08 |
| HSL | 331.91º | 0.54% | 0.83% | - |
| HSV(B) | 331.91º | 0.2% | 0.92% | - |
| XYZ | 63.88 | 58.28 | 68.86 | - |
| YUV | 204.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 210 | 0 | 0.2 | 0.11 | 0.08 | 331.91 | 0.54 | 0.83 |
| Hex | EB | BC | D2 | 0 | 14 | B | 8 | 14C | 36 | 53 |
| Octal | 353 | 274 | 322 | 0 | 24 | 13 | 10 | 514 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11010010 | 0 | 10100 | 1011 | 1000 | 101001100 | 110110 | 1010011 |
Color Harmonies of #EBBCD2
Complementary color
Monochromatic Colors of #EBBCD2
Black with #EBBCD2
Text Example
Text Example
White with #EBBCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCD2; }
p { color: rgb(235,188,210); }
H1.HeaderClassName
{
color: #EBBCD2;
}
.AnyTagClassName
{
color: #EBBCD2;
}
</style>
background-color css
<style>
a { background-color: #EBBCD2; }
a { background-color: rgb(235,188,210); }
div.DivClassName
{
background-color: #EBBCD2;
}
.BgClassName
{
background-color: #EBBCD2;
}
</style>
border-color css
<style>
span { border-color: #EBBCD2; }
span { border-color: rgb(235,188,210); }
td.TdClassName
{
border-color: #EBBCD2;
}
.TagClassName
{
border-color: #EBBCD2;
}
</style>