Shades of Classic Rose #EEBCDD
Tints of Classic Rose #EEBCDD
RGB
CMYK
RGB Variations
Color information
#EEBCDD (or 0xEEBCDD) is known color: Classic Rose. HEX triplet: EE, BC and DD. RGB value is (238,188,221). Sum of RGB (Red+Green+Blue) = 238+188+221=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCDD is #114322. Grayscale: #CECECE. Windows color (decimal): -1131299 or 14531822. OLE color: 14531822.
HSL color Cylindrical-coordinate representation of color #EEBCDD: hue angle of 320.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCDD is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 221 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.07 |
| HSL | 320.4º | 0.6% | 0.84% | - |
| HSV(B) | 320.4º | 0.21% | 0.93% | - |
| XYZ | 66.29 | 59.36 | 76.37 | - |
| YUV | 206.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 221 | 0 | 0.21 | 0.07 | 0.07 | 320.4 | 0.6 | 0.84 |
| Hex | EE | BC | DD | 0 | 15 | 7 | 7 | 140 | 3C | 54 |
| Octal | 356 | 274 | 335 | 0 | 25 | 7 | 7 | 500 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11011101 | 0 | 10101 | 111 | 111 | 101000000 | 111100 | 1010100 |
Color Harmonies of #EEBCDD
Complementary color
Monochromatic Colors of #EEBCDD
Black with #EEBCDD
Text Example
Text Example
White with #EEBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCDD; }
p { color: rgb(238,188,221); }
H1.HeaderClassName
{
color: #EEBCDD;
}
.AnyTagClassName
{
color: #EEBCDD;
}
</style>
background-color css
<style>
a { background-color: #EEBCDD; }
a { background-color: rgb(238,188,221); }
div.DivClassName
{
background-color: #EEBCDD;
}
.BgClassName
{
background-color: #EEBCDD;
}
</style>
border-color css
<style>
span { border-color: #EEBCDD; }
span { border-color: rgb(238,188,221); }
td.TdClassName
{
border-color: #EEBCDD;
}
.TagClassName
{
border-color: #EEBCDD;
}
</style>