Shades of Orchid White #EEE9D9
Tints of Orchid White #EEE9D9
RGB
CMYK
RGB Variations
Color information
#EEE9D9 (or 0xEEE9D9) is known color: Orchid White. HEX triplet: EE, E9 and D9. RGB value is (238,233,217). Sum of RGB (Red+Green+Blue) = 238+233+217=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 217 (85.16% from 255 or 31.54% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9D9 is #111626. Grayscale: #E8E8E8. Windows color (decimal): -1119783 or 14281198. OLE color: 14281198.
HSL color Cylindrical-coordinate representation of color #EEE9D9: hue angle of 45.71º 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 #EEE9D9 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 233 | 217 | - |
CMYK | 0 | 0.02 | 0.09 | 0.07 |
HSL | 45.71º | 0.38% | 0.89% | - |
HSV(B) | 45.71º | 0.09% | 0.93% | - |
XYZ | 76.92 | 81.46 | 77.32 | - |
YUV | 232.67 | 119.16 | 131.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 233 | 217 | 0 | 0.02 | 0.09 | 0.07 | 45.71 | 0.38 | 0.89 |
Hex | EE | E9 | D9 | 0 | 2 | 9 | 7 | 2E | 26 | 59 |
Octal | 356 | 351 | 331 | 0 | 2 | 11 | 7 | 56 | 46 | 131 |
Binary | 11101110 | 11101001 | 11011001 | 0 | 10 | 1001 | 111 | 101110 | 100110 | 1011001 |
Color Harmonies of #EEE9D9
Complementary color
Monochromatic Colors of #EEE9D9
Black with #EEE9D9
Text Example
Text Example
White with #EEE9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9D9; }
p { color: rgb(238,233,217); }
H1.HeaderClassName
{
color: #EEE9D9;
}
.AnyTagClassName
{
color: #EEE9D9;
}
</style>
background-color css
<style>
a { background-color: #EEE9D9; }
a { background-color: rgb(238,233,217); }
div.DivClassName
{
background-color: #EEE9D9;
}
.BgClassName
{
background-color: #EEE9D9;
}
</style>
border-color css
<style>
span { border-color: #EEE9D9; }
span { border-color: rgb(238,233,217); }
td.TdClassName
{
border-color: #EEE9D9;
}
.TagClassName
{
border-color: #EEE9D9;
}
</style>