Shades of Classic Rose #EEBDD7
Tints of Classic Rose #EEBDD7
RGB
CMYK
RGB Variations
Color information
#EEBDD7 (or 0xEEBDD7) is known color: Classic Rose. HEX triplet: EE, BD and D7. RGB value is (238,189,215). Sum of RGB (Red+Green+Blue) = 238+189+215=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDD7 is #114228. Grayscale: #CECECE. Windows color (decimal): -1131049 or 14138862. OLE color: 14138862.
HSL color Cylindrical-coordinate representation of color #EEBDD7: hue angle of 328.16º degrees, saturation: 0.59, 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 #EEBDD7 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 215 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.07 |
| HSL | 328.16º | 0.59% | 0.84% | - |
| HSV(B) | 328.16º | 0.21% | 0.93% | - |
| XYZ | 65.72 | 59.48 | 72.31 | - |
| YUV | 206.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 215 | 0 | 0.21 | 0.10 | 0.07 | 328.16 | 0.59 | 0.84 |
| Hex | EE | BD | D7 | 0 | 15 | A | 7 | 148 | 3B | 54 |
| Octal | 356 | 275 | 327 | 0 | 25 | 12 | 7 | 510 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11010111 | 0 | 10101 | 1010 | 111 | 101001000 | 111011 | 1010100 |
Color Harmonies of #EEBDD7
Complementary color
Monochromatic Colors of #EEBDD7
Black with #EEBDD7
Text Example
Text Example
White with #EEBDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDD7; }
p { color: rgb(238,189,215); }
H1.HeaderClassName
{
color: #EEBDD7;
}
.AnyTagClassName
{
color: #EEBDD7;
}
</style>
background-color css
<style>
a { background-color: #EEBDD7; }
a { background-color: rgb(238,189,215); }
div.DivClassName
{
background-color: #EEBDD7;
}
.BgClassName
{
background-color: #EEBDD7;
}
</style>
border-color css
<style>
span { border-color: #EEBDD7; }
span { border-color: rgb(238,189,215); }
td.TdClassName
{
border-color: #EEBDD7;
}
.TagClassName
{
border-color: #EEBDD7;
}
</style>