Shades of Classic Rose #EEBBD6
Tints of Classic Rose #EEBBD6
RGB
CMYK
RGB Variations
Color information
#EEBBD6 (or 0xEEBBD6) is known color: Classic Rose. HEX triplet: EE, BB and D6. RGB value is (238,187,214). Sum of RGB (Red+Green+Blue) = 238+187+214=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBD6 is #114429. Grayscale: #CDCDCD. Windows color (decimal): -1131562 or 14072814. OLE color: 14072814.
HSL color Cylindrical-coordinate representation of color #EEBBD6: hue angle of 328.24º 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 #EEBBD6 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 214 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.07 |
| HSL | 328.24º | 0.6% | 0.83% | - |
| HSV(B) | 328.24º | 0.21% | 0.93% | - |
| XYZ | 65.17 | 58.57 | 71.49 | - |
| YUV | 205.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 214 | 0 | 0.21 | 0.10 | 0.07 | 328.24 | 0.6 | 0.83 |
| Hex | EE | BB | D6 | 0 | 15 | A | 7 | 148 | 3C | 53 |
| Octal | 356 | 273 | 326 | 0 | 25 | 12 | 7 | 510 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11010110 | 0 | 10101 | 1010 | 111 | 101001000 | 111100 | 1010011 |
Color Harmonies of #EEBBD6
Complementary color
Monochromatic Colors of #EEBBD6
Black with #EEBBD6
Text Example
Text Example
White with #EEBBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBD6; }
p { color: rgb(238,187,214); }
H1.HeaderClassName
{
color: #EEBBD6;
}
.AnyTagClassName
{
color: #EEBBD6;
}
</style>
background-color css
<style>
a { background-color: #EEBBD6; }
a { background-color: rgb(238,187,214); }
div.DivClassName
{
background-color: #EEBBD6;
}
.BgClassName
{
background-color: #EEBBD6;
}
</style>
border-color css
<style>
span { border-color: #EEBBD6; }
span { border-color: rgb(238,187,214); }
td.TdClassName
{
border-color: #EEBBD6;
}
.TagClassName
{
border-color: #EEBBD6;
}
</style>