Shades of Classic Rose #EEBBD2
Tints of Classic Rose #EEBBD2
RGB
CMYK
RGB Variations
Color information
#EEBBD2 (or 0xEEBBD2) is known color: Classic Rose. HEX triplet: EE, BB and D2. RGB value is (238,187,210). Sum of RGB (Red+Green+Blue) = 238+187+210=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBD2 is #11442D. Grayscale: #CCCCCC. Windows color (decimal): -1131566 or 13810670. OLE color: 13810670.
HSL color Cylindrical-coordinate representation of color #EEBBD2: hue angle of 332.94º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBBD2 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 210 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.07 |
| HSL | 332.94º | 0.6% | 0.83% | - |
| HSV(B) | 332.94º | 0.21% | 0.93% | - |
| XYZ | 64.66 | 58.37 | 68.83 | - |
| YUV | 204.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 210 | 0 | 0.21 | 0.12 | 0.07 | 332.94 | 0.6 | 0.83 |
| Hex | EE | BB | D2 | 0 | 15 | C | 7 | 14D | 3C | 53 |
| Octal | 356 | 273 | 322 | 0 | 25 | 14 | 7 | 515 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11010010 | 0 | 10101 | 1100 | 111 | 101001101 | 111100 | 1010011 |
Color Harmonies of #EEBBD2
Complementary color
Monochromatic Colors of #EEBBD2
Black with #EEBBD2
Text Example
Text Example
White with #EEBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBD2; }
p { color: rgb(238,187,210); }
H1.HeaderClassName
{
color: #EEBBD2;
}
.AnyTagClassName
{
color: #EEBBD2;
}
</style>
background-color css
<style>
a { background-color: #EEBBD2; }
a { background-color: rgb(238,187,210); }
div.DivClassName
{
background-color: #EEBBD2;
}
.BgClassName
{
background-color: #EEBBD2;
}
</style>
border-color css
<style>
span { border-color: #EEBBD2; }
span { border-color: rgb(238,187,210); }
td.TdClassName
{
border-color: #EEBBD2;
}
.TagClassName
{
border-color: #EEBBD2;
}
</style>