Shades of Classic Rose #EBBDD4
Tints of Classic Rose #EBBDD4
RGB
CMYK
RGB Variations
Color information
#EBBDD4 (or 0xEBBDD4) is known color: Classic Rose. HEX triplet: EB, BD and D4. RGB value is (235,189,212). Sum of RGB (Red+Green+Blue) = 235+189+212=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDD4 is #14422B. Grayscale: #CDCDCD. Windows color (decimal): -1327660 or 13942251. OLE color: 13942251.
HSL color Cylindrical-coordinate representation of color #EBBDD4: hue angle of 330º degrees, saturation: 0.53, 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 #EBBDD4 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 212 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.08 |
| HSL | 330º | 0.53% | 0.83% | - |
| HSV(B) | 330º | 0.2% | 0.92% | - |
| XYZ | 64.34 | 58.81 | 70.25 | - |
| YUV | 205.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 212 | 0 | 0.20 | 0.10 | 0.08 | 330 | 0.53 | 0.83 |
| Hex | EB | BD | D4 | 0 | 14 | A | 8 | 14A | 35 | 53 |
| Octal | 353 | 275 | 324 | 0 | 24 | 12 | 10 | 512 | 65 | 123 |
| Binary | 11101011 | 10111101 | 11010100 | 0 | 10100 | 1010 | 1000 | 101001010 | 110101 | 1010011 |
Color Harmonies of #EBBDD4
Complementary color
Monochromatic Colors of #EBBDD4
Black with #EBBDD4
Text Example
Text Example
White with #EBBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDD4; }
p { color: rgb(235,189,212); }
H1.HeaderClassName
{
color: #EBBDD4;
}
.AnyTagClassName
{
color: #EBBDD4;
}
</style>
background-color css
<style>
a { background-color: #EBBDD4; }
a { background-color: rgb(235,189,212); }
div.DivClassName
{
background-color: #EBBDD4;
}
.BgClassName
{
background-color: #EBBDD4;
}
</style>
border-color css
<style>
span { border-color: #EBBDD4; }
span { border-color: rgb(235,189,212); }
td.TdClassName
{
border-color: #EBBDD4;
}
.TagClassName
{
border-color: #EBBDD4;
}
</style>