Shades of Classic Rose #EED0DE
Tints of Classic Rose #EED0DE
RGB
CMYK
RGB Variations
Color information
#EED0DE (or 0xEED0DE) is known color: Classic Rose. HEX triplet: EE, D0 and DE. RGB value is (238,208,222). Sum of RGB (Red+Green+Blue) = 238+208+222=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0DE is #112F21. Grayscale: #DADADA. Windows color (decimal): -1126178 or 14602478. OLE color: 14602478.
HSL color Cylindrical-coordinate representation of color #EED0DE: hue angle of 332º 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 #EED0DE is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 222 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.07 |
| HSL | 332º | 0.47% | 0.87% | - |
| HSV(B) | 332º | 0.13% | 0.93% | - |
| XYZ | 71 | 68.56 | 78.6 | - |
| YUV | 218.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 222 | 0 | 0.13 | 0.07 | 0.07 | 332 | 0.47 | 0.87 |
| Hex | EE | D0 | DE | 0 | D | 7 | 7 | 14C | 2F | 57 |
| Octal | 356 | 320 | 336 | 0 | 15 | 7 | 7 | 514 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11011110 | 0 | 1101 | 111 | 111 | 101001100 | 101111 | 1010111 |
Color Harmonies of #EED0DE
Complementary color
Monochromatic Colors of #EED0DE
Black with #EED0DE
Text Example
Text Example
White with #EED0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0DE; }
p { color: rgb(238,208,222); }
H1.HeaderClassName
{
color: #EED0DE;
}
.AnyTagClassName
{
color: #EED0DE;
}
</style>
background-color css
<style>
a { background-color: #EED0DE; }
a { background-color: rgb(238,208,222); }
div.DivClassName
{
background-color: #EED0DE;
}
.BgClassName
{
background-color: #EED0DE;
}
</style>
border-color css
<style>
span { border-color: #EED0DE; }
span { border-color: rgb(238,208,222); }
td.TdClassName
{
border-color: #EED0DE;
}
.TagClassName
{
border-color: #EED0DE;
}
</style>