Shades of Classic Rose #EED9E7
Tints of Classic Rose #EED9E7
RGB
CMYK
RGB Variations
Color information
#EED9E7 (or 0xEED9E7) is known color: Classic Rose. HEX triplet: EE, D9 and E7. RGB value is (238,217,231). Sum of RGB (Red+Green+Blue) = 238+217+231=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9E7 is #112618. Grayscale: #E0E0E0. Windows color (decimal): -1123865 or 15194606. OLE color: 15194606.
HSL color Cylindrical-coordinate representation of color #EED9E7: hue angle of 320º 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 #EED9E7 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 231 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.07 |
| HSL | 320º | 0.38% | 0.89% | - |
| HSV(B) | 320º | 0.09% | 0.93% | - |
| XYZ | 74.5 | 73.57 | 85.88 | - |
| YUV | 224.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 231 | 0 | 0.09 | 0.03 | 0.07 | 320 | 0.38 | 0.89 |
| Hex | EE | D9 | E7 | 0 | 9 | 3 | 7 | 140 | 26 | 59 |
| Octal | 356 | 331 | 347 | 0 | 11 | 3 | 7 | 500 | 46 | 131 |
| Binary | 11101110 | 11011001 | 11100111 | 0 | 1001 | 11 | 111 | 101000000 | 100110 | 1011001 |
Color Harmonies of #EED9E7
Complementary color
Monochromatic Colors of #EED9E7
Black with #EED9E7
Text Example
Text Example
White with #EED9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9E7; }
p { color: rgb(238,217,231); }
H1.HeaderClassName
{
color: #EED9E7;
}
.AnyTagClassName
{
color: #EED9E7;
}
</style>
background-color css
<style>
a { background-color: #EED9E7; }
a { background-color: rgb(238,217,231); }
div.DivClassName
{
background-color: #EED9E7;
}
.BgClassName
{
background-color: #EED9E7;
}
</style>
border-color css
<style>
span { border-color: #EED9E7; }
span { border-color: rgb(238,217,231); }
td.TdClassName
{
border-color: #EED9E7;
}
.TagClassName
{
border-color: #EED9E7;
}
</style>