Shades of Classic Rose #EED2DE
Tints of Classic Rose #EED2DE
RGB
CMYK
RGB Variations
Color information
#EED2DE (or 0xEED2DE) is known color: Classic Rose. HEX triplet: EE, D2 and DE. RGB value is (238,210,222). Sum of RGB (Red+Green+Blue) = 238+210+222=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2DE is #112D21. Grayscale: #DBDBDB. Windows color (decimal): -1125666 or 14602990. OLE color: 14602990.
HSL color Cylindrical-coordinate representation of color #EED2DE: hue angle of 334.29º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED2DE is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 222 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.07 |
| HSL | 334.29º | 0.45% | 0.88% | - |
| HSV(B) | 334.29º | 0.12% | 0.93% | - |
| XYZ | 71.49 | 69.54 | 78.76 | - |
| YUV | 219.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 222 | 0 | 0.12 | 0.07 | 0.07 | 334.29 | 0.45 | 0.88 |
| Hex | EE | D2 | DE | 0 | C | 7 | 7 | 14E | 2D | 58 |
| Octal | 356 | 322 | 336 | 0 | 14 | 7 | 7 | 516 | 55 | 130 |
| Binary | 11101110 | 11010010 | 11011110 | 0 | 1100 | 111 | 111 | 101001110 | 101101 | 1011000 |
Color Harmonies of #EED2DE
Complementary color
Monochromatic Colors of #EED2DE
Black with #EED2DE
Text Example
Text Example
White with #EED2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2DE; }
p { color: rgb(238,210,222); }
H1.HeaderClassName
{
color: #EED2DE;
}
.AnyTagClassName
{
color: #EED2DE;
}
</style>
background-color css
<style>
a { background-color: #EED2DE; }
a { background-color: rgb(238,210,222); }
div.DivClassName
{
background-color: #EED2DE;
}
.BgClassName
{
background-color: #EED2DE;
}
</style>
border-color css
<style>
span { border-color: #EED2DE; }
span { border-color: rgb(238,210,222); }
td.TdClassName
{
border-color: #EED2DE;
}
.TagClassName
{
border-color: #EED2DE;
}
</style>