Shades of Orchid White #EEE9D6
Tints of Orchid White #EEE9D6
RGB
CMYK
RGB Variations
Color information
#EEE9D6 (or 0xEEE9D6) is known color: Orchid White. HEX triplet: EE, E9 and D6. RGB value is (238,233,214). Sum of RGB (Red+Green+Blue) = 238+233+214=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9D6 is #111629. Grayscale: #E8E8E8. Windows color (decimal): -1119786 or 14084590. OLE color: 14084590.
HSL color Cylindrical-coordinate representation of color #EEE9D6: hue angle of 47.5º degrees, saturation: 0.41, 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 #EEE9D6 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 214 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.07 |
| HSL | 47.5º | 0.41% | 0.89% | - |
| HSV(B) | 47.5º | 0.1% | 0.93% | - |
| XYZ | 76.54 | 81.31 | 75.28 | - |
| YUV | 232.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 214 | 0 | 0.02 | 0.10 | 0.07 | 47.5 | 0.41 | 0.89 |
| Hex | EE | E9 | D6 | 0 | 2 | A | 7 | 30 | 29 | 59 |
| Octal | 356 | 351 | 326 | 0 | 2 | 12 | 7 | 60 | 51 | 131 |
| Binary | 11101110 | 11101001 | 11010110 | 0 | 10 | 1010 | 111 | 110000 | 101001 | 1011001 |
Color Harmonies of #EEE9D6
Complementary color
Monochromatic Colors of #EEE9D6
Black with #EEE9D6
Text Example
Text Example
White with #EEE9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9D6; }
p { color: rgb(238,233,214); }
H1.HeaderClassName
{
color: #EEE9D6;
}
.AnyTagClassName
{
color: #EEE9D6;
}
</style>
background-color css
<style>
a { background-color: #EEE9D6; }
a { background-color: rgb(238,233,214); }
div.DivClassName
{
background-color: #EEE9D6;
}
.BgClassName
{
background-color: #EEE9D6;
}
</style>
border-color css
<style>
span { border-color: #EEE9D6; }
span { border-color: rgb(238,233,214); }
td.TdClassName
{
border-color: #EEE9D6;
}
.TagClassName
{
border-color: #EEE9D6;
}
</style>