Shades of Classic Rose #EEBDDB
Tints of Classic Rose #EEBDDB
RGB
CMYK
RGB Variations
Color information
#EEBDDB (or 0xEEBDDB) is known color: Classic Rose. HEX triplet: EE, BD and DB. RGB value is (238,189,219). Sum of RGB (Red+Green+Blue) = 238+189+219=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDDB is #114224. Grayscale: #CECECE. Windows color (decimal): -1131045 or 14401006. OLE color: 14401006.
HSL color Cylindrical-coordinate representation of color #EEBDDB: hue angle of 323.27º 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 #EEBDDB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 219 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.07 |
| HSL | 323.27º | 0.59% | 0.84% | - |
| HSV(B) | 323.27º | 0.21% | 0.93% | - |
| XYZ | 66.24 | 59.69 | 75.05 | - |
| YUV | 207.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 219 | 0 | 0.21 | 0.08 | 0.07 | 323.27 | 0.59 | 0.84 |
| Hex | EE | BD | DB | 0 | 15 | 8 | 7 | 143 | 3B | 54 |
| Octal | 356 | 275 | 333 | 0 | 25 | 10 | 7 | 503 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11011011 | 0 | 10101 | 1000 | 111 | 101000011 | 111011 | 1010100 |
Color Harmonies of #EEBDDB
Complementary color
Monochromatic Colors of #EEBDDB
Black with #EEBDDB
Text Example
Text Example
White with #EEBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDDB; }
p { color: rgb(238,189,219); }
H1.HeaderClassName
{
color: #EEBDDB;
}
.AnyTagClassName
{
color: #EEBDDB;
}
</style>
background-color css
<style>
a { background-color: #EEBDDB; }
a { background-color: rgb(238,189,219); }
div.DivClassName
{
background-color: #EEBDDB;
}
.BgClassName
{
background-color: #EEBDDB;
}
</style>
border-color css
<style>
span { border-color: #EEBDDB; }
span { border-color: rgb(238,189,219); }
td.TdClassName
{
border-color: #EEBDDB;
}
.TagClassName
{
border-color: #EEBDDB;
}
</style>