Shades of Orchid White #EEE9D5
Tints of Orchid White #EEE9D5
RGB
CMYK
RGB Variations
Color information
#EEE9D5 (or 0xEEE9D5) is known color: Orchid White. HEX triplet: EE, E9 and D5. RGB value is (238,233,213). Sum of RGB (Red+Green+Blue) = 238+233+213=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9D5 is #11162A. Grayscale: #E8E8E8. Windows color (decimal): -1119787 or 14019054. OLE color: 14019054.
HSL color Cylindrical-coordinate representation of color #EEE9D5: hue angle of 48º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEE9D5 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 233 | 213 | - |
CMYK | 0 | 0.02 | 0.11 | 0.07 |
HSL | 48º | 0.42% | 0.88% | - |
HSV(B) | 48º | 0.11% | 0.93% | - |
XYZ | 76.41 | 81.26 | 74.61 | - |
YUV | 232.22 | 117.16 | 132.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 233 | 213 | 0 | 0.02 | 0.11 | 0.07 | 48 | 0.42 | 0.88 |
Hex | EE | E9 | D5 | 0 | 2 | B | 7 | 30 | 2A | 58 |
Octal | 356 | 351 | 325 | 0 | 2 | 13 | 7 | 60 | 52 | 130 |
Binary | 11101110 | 11101001 | 11010101 | 0 | 10 | 1011 | 111 | 110000 | 101010 | 1011000 |
Color Harmonies of #EEE9D5
Complementary color
Monochromatic Colors of #EEE9D5
Black with #EEE9D5
Text Example
Text Example
White with #EEE9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9D5; }
p { color: rgb(238,233,213); }
H1.HeaderClassName
{
color: #EEE9D5;
}
.AnyTagClassName
{
color: #EEE9D5;
}
</style>
background-color css
<style>
a { background-color: #EEE9D5; }
a { background-color: rgb(238,233,213); }
div.DivClassName
{
background-color: #EEE9D5;
}
.BgClassName
{
background-color: #EEE9D5;
}
</style>
border-color css
<style>
span { border-color: #EEE9D5; }
span { border-color: rgb(238,233,213); }
td.TdClassName
{
border-color: #EEE9D5;
}
.TagClassName
{
border-color: #EEE9D5;
}
</style>