Shades of Classic Rose #EEBDDD
Tints of Classic Rose #EEBDDD
RGB
CMYK
RGB Variations
Color information
#EEBDDD (or 0xEEBDDD) is known color: Classic Rose. HEX triplet: EE, BD and DD. RGB value is (238,189,221). Sum of RGB (Red+Green+Blue) = 238+189+221=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDDD is #114222. Grayscale: #CFCFCF. Windows color (decimal): -1131043 or 14532078. OLE color: 14532078.
HSL color Cylindrical-coordinate representation of color #EEBDDD: hue angle of 320.82º 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 #EEBDDD is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 221 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.07 |
| HSL | 320.82º | 0.59% | 0.84% | - |
| HSV(B) | 320.82º | 0.21% | 0.93% | - |
| XYZ | 66.51 | 59.79 | 76.44 | - |
| YUV | 207.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 221 | 0 | 0.21 | 0.07 | 0.07 | 320.82 | 0.59 | 0.84 |
| Hex | EE | BD | DD | 0 | 15 | 7 | 7 | 141 | 3B | 54 |
| Octal | 356 | 275 | 335 | 0 | 25 | 7 | 7 | 501 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11011101 | 0 | 10101 | 111 | 111 | 101000001 | 111011 | 1010100 |
Color Harmonies of #EEBDDD
Complementary color
Monochromatic Colors of #EEBDDD
Black with #EEBDDD
Text Example
Text Example
White with #EEBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDDD; }
p { color: rgb(238,189,221); }
H1.HeaderClassName
{
color: #EEBDDD;
}
.AnyTagClassName
{
color: #EEBDDD;
}
</style>
background-color css
<style>
a { background-color: #EEBDDD; }
a { background-color: rgb(238,189,221); }
div.DivClassName
{
background-color: #EEBDDD;
}
.BgClassName
{
background-color: #EEBDDD;
}
</style>
border-color css
<style>
span { border-color: #EEBDDD; }
span { border-color: rgb(238,189,221); }
td.TdClassName
{
border-color: #EEBDDD;
}
.TagClassName
{
border-color: #EEBDDD;
}
</style>