Shades of Orchid White #EEE9D7
Tints of Orchid White #EEE9D7
RGB
CMYK
RGB Variations
Color information
#EEE9D7 (or 0xEEE9D7) is known color: Orchid White. HEX triplet: EE, E9 and D7. RGB value is (238,233,215). Sum of RGB (Red+Green+Blue) = 238+233+215=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 233 (91.41% from 255 or 33.97% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9D7 is #111628. Grayscale: #E8E8E8. Windows color (decimal): -1119785 or 14150126. OLE color: 14150126.
HSL color Cylindrical-coordinate representation of color #EEE9D7: hue angle of 46.96º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEE9D7 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 215 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.07 |
| HSL | 46.96º | 0.4% | 0.89% | - |
| HSV(B) | 46.96º | 0.1% | 0.93% | - |
| XYZ | 76.66 | 81.36 | 75.95 | - |
| YUV | 232.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 215 | 0 | 0.02 | 0.10 | 0.07 | 46.96 | 0.4 | 0.89 |
| Hex | EE | E9 | D7 | 0 | 2 | A | 7 | 2F | 28 | 59 |
| Octal | 356 | 351 | 327 | 0 | 2 | 12 | 7 | 57 | 50 | 131 |
| Binary | 11101110 | 11101001 | 11010111 | 0 | 10 | 1010 | 111 | 101111 | 101000 | 1011001 |
Color Harmonies of #EEE9D7
Complementary color
Monochromatic Colors of #EEE9D7
Black with #EEE9D7
Text Example
Text Example
White with #EEE9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9D7; }
p { color: rgb(238,233,215); }
H1.HeaderClassName
{
color: #EEE9D7;
}
.AnyTagClassName
{
color: #EEE9D7;
}
</style>
background-color css
<style>
a { background-color: #EEE9D7; }
a { background-color: rgb(238,233,215); }
div.DivClassName
{
background-color: #EEE9D7;
}
.BgClassName
{
background-color: #EEE9D7;
}
</style>
border-color css
<style>
span { border-color: #EEE9D7; }
span { border-color: rgb(238,233,215); }
td.TdClassName
{
border-color: #EEE9D7;
}
.TagClassName
{
border-color: #EEE9D7;
}
</style>