Shades of Orchid White #EDE9D8
Tints of Orchid White #EDE9D8
RGB
CMYK
RGB Variations
Color information
#EDE9D8 (or 0xEDE9D8) is known color: Orchid White. HEX triplet: ED, E9 and D8. RGB value is (237,233,216). Sum of RGB (Red+Green+Blue) = 237+233+216=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 233 (91.41% from 255 or 33.97% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9D8 is #121627. Grayscale: #E8E8E8. Windows color (decimal): -1185320 or 14215661. OLE color: 14215661.
HSL color Cylindrical-coordinate representation of color #EDE9D8: hue angle of 48.57º degrees, saturation: 0.37, 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 #EDE9D8 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 216 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.07 |
| HSL | 48.57º | 0.37% | 0.89% | - |
| HSV(B) | 48.57º | 0.09% | 0.93% | - |
| XYZ | 76.46 | 81.24 | 76.62 | - |
| YUV | 232.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 216 | 0 | 0.02 | 0.09 | 0.07 | 48.57 | 0.37 | 0.89 |
| Hex | ED | E9 | D8 | 0 | 2 | 9 | 7 | 31 | 25 | 59 |
| Octal | 355 | 351 | 330 | 0 | 2 | 11 | 7 | 61 | 45 | 131 |
| Binary | 11101101 | 11101001 | 11011000 | 0 | 10 | 1001 | 111 | 110001 | 100101 | 1011001 |
Color Harmonies of #EDE9D8
Complementary color
Monochromatic Colors of #EDE9D8
Black with #EDE9D8
Text Example
Text Example
White with #EDE9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9D8; }
p { color: rgb(237,233,216); }
H1.HeaderClassName
{
color: #EDE9D8;
}
.AnyTagClassName
{
color: #EDE9D8;
}
</style>
background-color css
<style>
a { background-color: #EDE9D8; }
a { background-color: rgb(237,233,216); }
div.DivClassName
{
background-color: #EDE9D8;
}
.BgClassName
{
background-color: #EDE9D8;
}
</style>
border-color css
<style>
span { border-color: #EDE9D8; }
span { border-color: rgb(237,233,216); }
td.TdClassName
{
border-color: #EDE9D8;
}
.TagClassName
{
border-color: #EDE9D8;
}
</style>