Shades of Classic Rose #EEBDD5
Tints of Classic Rose #EEBDD5
RGB
CMYK
RGB Variations
Color information
#EEBDD5 (or 0xEEBDD5) is known color: Classic Rose. HEX triplet: EE, BD and D5. RGB value is (238,189,213). Sum of RGB (Red+Green+Blue) = 238+189+213=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDD5 is #11422A. Grayscale: #CECECE. Windows color (decimal): -1131051 or 14007790. OLE color: 14007790.
HSL color Cylindrical-coordinate representation of color #EEBDD5: hue angle of 330.61º 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 #EEBDD5 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 213 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.07 |
| HSL | 330.61º | 0.59% | 0.84% | - |
| HSV(B) | 330.61º | 0.21% | 0.93% | - |
| XYZ | 65.47 | 59.38 | 70.96 | - |
| YUV | 206.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 213 | 0 | 0.21 | 0.11 | 0.07 | 330.61 | 0.59 | 0.84 |
| Hex | EE | BD | D5 | 0 | 15 | B | 7 | 14B | 3B | 54 |
| Octal | 356 | 275 | 325 | 0 | 25 | 13 | 7 | 513 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11010101 | 0 | 10101 | 1011 | 111 | 101001011 | 111011 | 1010100 |
Color Harmonies of #EEBDD5
Complementary color
Monochromatic Colors of #EEBDD5
Black with #EEBDD5
Text Example
Text Example
White with #EEBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDD5; }
p { color: rgb(238,189,213); }
H1.HeaderClassName
{
color: #EEBDD5;
}
.AnyTagClassName
{
color: #EEBDD5;
}
</style>
background-color css
<style>
a { background-color: #EEBDD5; }
a { background-color: rgb(238,189,213); }
div.DivClassName
{
background-color: #EEBDD5;
}
.BgClassName
{
background-color: #EEBDD5;
}
</style>
border-color css
<style>
span { border-color: #EEBDD5; }
span { border-color: rgb(238,189,213); }
td.TdClassName
{
border-color: #EEBDD5;
}
.TagClassName
{
border-color: #EEBDD5;
}
</style>