Shades of Classic Rose #EED9E6
Tints of Classic Rose #EED9E6
RGB
CMYK
RGB Variations
Color information
#EED9E6 (or 0xEED9E6) is known color: Classic Rose. HEX triplet: EE, D9 and E6. RGB value is (238,217,230). Sum of RGB (Red+Green+Blue) = 238+217+230=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9E6 is #112619. Grayscale: #E0E0E0. Windows color (decimal): -1123866 or 15129070. OLE color: 15129070.
HSL color Cylindrical-coordinate representation of color #EED9E6: hue angle of 322.86º degrees, saturation: 0.38, 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 #EED9E6 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 230 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.07 |
| HSL | 322.86º | 0.38% | 0.89% | - |
| HSV(B) | 322.86º | 0.09% | 0.93% | - |
| XYZ | 74.36 | 73.52 | 85.13 | - |
| YUV | 224.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 230 | 0 | 0.09 | 0.03 | 0.07 | 322.86 | 0.38 | 0.89 |
| Hex | EE | D9 | E6 | 0 | 9 | 3 | 7 | 143 | 26 | 59 |
| Octal | 356 | 331 | 346 | 0 | 11 | 3 | 7 | 503 | 46 | 131 |
| Binary | 11101110 | 11011001 | 11100110 | 0 | 1001 | 11 | 111 | 101000011 | 100110 | 1011001 |
Color Harmonies of #EED9E6
Complementary color
Monochromatic Colors of #EED9E6
Black with #EED9E6
Text Example
Text Example
White with #EED9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9E6; }
p { color: rgb(238,217,230); }
H1.HeaderClassName
{
color: #EED9E6;
}
.AnyTagClassName
{
color: #EED9E6;
}
</style>
background-color css
<style>
a { background-color: #EED9E6; }
a { background-color: rgb(238,217,230); }
div.DivClassName
{
background-color: #EED9E6;
}
.BgClassName
{
background-color: #EED9E6;
}
</style>
border-color css
<style>
span { border-color: #EED9E6; }
span { border-color: rgb(238,217,230); }
td.TdClassName
{
border-color: #EED9E6;
}
.TagClassName
{
border-color: #EED9E6;
}
</style>