Shades of Classic Rose #EEBBD3
Tints of Classic Rose #EEBBD3
RGB
CMYK
RGB Variations
Color information
#EEBBD3 (or 0xEEBBD3) is known color: Classic Rose. HEX triplet: EE, BB and D3. RGB value is (238,187,211). Sum of RGB (Red+Green+Blue) = 238+187+211=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBD3 is #11442C. Grayscale: #CCCCCC. Windows color (decimal): -1131565 or 13876206. OLE color: 13876206.
HSL color Cylindrical-coordinate representation of color #EEBBD3: hue angle of 331.76º 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 #EEBBD3 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 211 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.07 |
| HSL | 331.76º | 0.6% | 0.83% | - |
| HSV(B) | 331.76º | 0.21% | 0.93% | - |
| XYZ | 64.79 | 58.42 | 69.49 | - |
| YUV | 204.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 211 | 0 | 0.21 | 0.11 | 0.07 | 331.76 | 0.6 | 0.83 |
| Hex | EE | BB | D3 | 0 | 15 | B | 7 | 14C | 3C | 53 |
| Octal | 356 | 273 | 323 | 0 | 25 | 13 | 7 | 514 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11010011 | 0 | 10101 | 1011 | 111 | 101001100 | 111100 | 1010011 |
Color Harmonies of #EEBBD3
Complementary color
Monochromatic Colors of #EEBBD3
Black with #EEBBD3
Text Example
Text Example
White with #EEBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBD3; }
p { color: rgb(238,187,211); }
H1.HeaderClassName
{
color: #EEBBD3;
}
.AnyTagClassName
{
color: #EEBBD3;
}
</style>
background-color css
<style>
a { background-color: #EEBBD3; }
a { background-color: rgb(238,187,211); }
div.DivClassName
{
background-color: #EEBBD3;
}
.BgClassName
{
background-color: #EEBBD3;
}
</style>
border-color css
<style>
span { border-color: #EEBBD3; }
span { border-color: rgb(238,187,211); }
td.TdClassName
{
border-color: #EEBBD3;
}
.TagClassName
{
border-color: #EEBBD3;
}
</style>