Shades of Classic Rose #EED0DB
Tints of Classic Rose #EED0DB
RGB
CMYK
RGB Variations
Color information
#EED0DB (or 0xEED0DB) is known color: Classic Rose. HEX triplet: EE, D0 and DB. RGB value is (238,208,219). Sum of RGB (Red+Green+Blue) = 238+208+219=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0DB is #112F24. Grayscale: #DADADA. Windows color (decimal): -1126181 or 14405870. OLE color: 14405870.
HSL color Cylindrical-coordinate representation of color #EED0DB: hue angle of 338º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED0DB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 219 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.07 |
| HSL | 338º | 0.47% | 0.87% | - |
| HSV(B) | 338º | 0.13% | 0.93% | - |
| XYZ | 70.6 | 68.4 | 76.5 | - |
| YUV | 218.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 219 | 0 | 0.13 | 0.08 | 0.07 | 338 | 0.47 | 0.87 |
| Hex | EE | D0 | DB | 0 | D | 8 | 7 | 152 | 2F | 57 |
| Octal | 356 | 320 | 333 | 0 | 15 | 10 | 7 | 522 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11011011 | 0 | 1101 | 1000 | 111 | 101010010 | 101111 | 1010111 |
Color Harmonies of #EED0DB
Complementary color
Monochromatic Colors of #EED0DB
Black with #EED0DB
Text Example
Text Example
White with #EED0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0DB; }
p { color: rgb(238,208,219); }
H1.HeaderClassName
{
color: #EED0DB;
}
.AnyTagClassName
{
color: #EED0DB;
}
</style>
background-color css
<style>
a { background-color: #EED0DB; }
a { background-color: rgb(238,208,219); }
div.DivClassName
{
background-color: #EED0DB;
}
.BgClassName
{
background-color: #EED0DB;
}
</style>
border-color css
<style>
span { border-color: #EED0DB; }
span { border-color: rgb(238,208,219); }
td.TdClassName
{
border-color: #EED0DB;
}
.TagClassName
{
border-color: #EED0DB;
}
</style>