Shades of Classic Rose #EEDAE7
Tints of Classic Rose #EEDAE7
RGB
CMYK
RGB Variations
Color information
#EEDAE7 (or 0xEEDAE7) is known color: Classic Rose. HEX triplet: EE, DA and E7. RGB value is (238,218,231). Sum of RGB (Red+Green+Blue) = 238+218+231=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAE7 is #112518. Grayscale: #E1E1E1. Windows color (decimal): -1123609 or 15194862. OLE color: 15194862.
HSL color Cylindrical-coordinate representation of color #EEDAE7: hue angle of 321º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDAE7 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 231 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.07 |
| HSL | 321º | 0.37% | 0.89% | - |
| HSV(B) | 321º | 0.08% | 0.93% | - |
| XYZ | 74.76 | 74.09 | 85.96 | - |
| YUV | 225.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 231 | 0 | 0.08 | 0.03 | 0.07 | 321 | 0.37 | 0.89 |
| Hex | EE | DA | E7 | 0 | 8 | 3 | 7 | 141 | 25 | 59 |
| Octal | 356 | 332 | 347 | 0 | 10 | 3 | 7 | 501 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11100111 | 0 | 1000 | 11 | 111 | 101000001 | 100101 | 1011001 |
Color Harmonies of #EEDAE7
Complementary color
Monochromatic Colors of #EEDAE7
Black with #EEDAE7
Text Example
Text Example
White with #EEDAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAE7; }
p { color: rgb(238,218,231); }
H1.HeaderClassName
{
color: #EEDAE7;
}
.AnyTagClassName
{
color: #EEDAE7;
}
</style>
background-color css
<style>
a { background-color: #EEDAE7; }
a { background-color: rgb(238,218,231); }
div.DivClassName
{
background-color: #EEDAE7;
}
.BgClassName
{
background-color: #EEDAE7;
}
</style>
border-color css
<style>
span { border-color: #EEDAE7; }
span { border-color: rgb(238,218,231); }
td.TdClassName
{
border-color: #EEDAE7;
}
.TagClassName
{
border-color: #EEDAE7;
}
</style>