Shades of Classic Rose #EED8E6
Tints of Classic Rose #EED8E6
RGB
CMYK
RGB Variations
Color information
#EED8E6 (or 0xEED8E6) is known color: Classic Rose. HEX triplet: EE, D8 and E6. RGB value is (238,216,230). Sum of RGB (Red+Green+Blue) = 238+216+230=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 216 (84.77% from 255 or 31.58% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8E6 is #112719. Grayscale: #E0E0E0. Windows color (decimal): -1124122 or 15128814. OLE color: 15128814.
HSL color Cylindrical-coordinate representation of color #EED8E6: hue angle of 321.82º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EED8E6 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 230 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.07 |
| HSL | 321.82º | 0.39% | 0.89% | - |
| HSV(B) | 321.82º | 0.09% | 0.93% | - |
| XYZ | 74.1 | 73 | 85.05 | - |
| YUV | 224.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 230 | 0 | 0.09 | 0.03 | 0.07 | 321.82 | 0.39 | 0.89 |
| Hex | EE | D8 | E6 | 0 | 9 | 3 | 7 | 142 | 27 | 59 |
| Octal | 356 | 330 | 346 | 0 | 11 | 3 | 7 | 502 | 47 | 131 |
| Binary | 11101110 | 11011000 | 11100110 | 0 | 1001 | 11 | 111 | 101000010 | 100111 | 1011001 |
Color Harmonies of #EED8E6
Complementary color
Monochromatic Colors of #EED8E6
Black with #EED8E6
Text Example
Text Example
White with #EED8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8E6; }
p { color: rgb(238,216,230); }
H1.HeaderClassName
{
color: #EED8E6;
}
.AnyTagClassName
{
color: #EED8E6;
}
</style>
background-color css
<style>
a { background-color: #EED8E6; }
a { background-color: rgb(238,216,230); }
div.DivClassName
{
background-color: #EED8E6;
}
.BgClassName
{
background-color: #EED8E6;
}
</style>
border-color css
<style>
span { border-color: #EED8E6; }
span { border-color: rgb(238,216,230); }
td.TdClassName
{
border-color: #EED8E6;
}
.TagClassName
{
border-color: #EED8E6;
}
</style>