Shades of Classic Rose #EEBCD2
Tints of Classic Rose #EEBCD2
RGB
CMYK
RGB Variations
Color information
#EEBCD2 (or 0xEEBCD2) is known color: Classic Rose. HEX triplet: EE, BC and D2. RGB value is (238,188,210). Sum of RGB (Red+Green+Blue) = 238+188+210=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD2 is #11432D. Grayscale: #CDCDCD. Windows color (decimal): -1131310 or 13810926. OLE color: 13810926.
HSL color Cylindrical-coordinate representation of color #EEBCD2: hue angle of 333.6º 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 #EEBCD2 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 210 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.07 |
| HSL | 333.6º | 0.6% | 0.84% | - |
| HSV(B) | 333.6º | 0.21% | 0.93% | - |
| XYZ | 64.88 | 58.8 | 68.9 | - |
| YUV | 205.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 210 | 0 | 0.21 | 0.12 | 0.07 | 333.6 | 0.6 | 0.84 |
| Hex | EE | BC | D2 | 0 | 15 | C | 7 | 14E | 3C | 54 |
| Octal | 356 | 274 | 322 | 0 | 25 | 14 | 7 | 516 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11010010 | 0 | 10101 | 1100 | 111 | 101001110 | 111100 | 1010100 |
Color Harmonies of #EEBCD2
Complementary color
Monochromatic Colors of #EEBCD2
Black with #EEBCD2
Text Example
Text Example
White with #EEBCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCD2; }
p { color: rgb(238,188,210); }
H1.HeaderClassName
{
color: #EEBCD2;
}
.AnyTagClassName
{
color: #EEBCD2;
}
</style>
background-color css
<style>
a { background-color: #EEBCD2; }
a { background-color: rgb(238,188,210); }
div.DivClassName
{
background-color: #EEBCD2;
}
.BgClassName
{
background-color: #EEBCD2;
}
</style>
border-color css
<style>
span { border-color: #EEBCD2; }
span { border-color: rgb(238,188,210); }
td.TdClassName
{
border-color: #EEBCD2;
}
.TagClassName
{
border-color: #EEBCD2;
}
</style>