Shades of White Linen #EDE8DD
Tints of White Linen #EDE8DD
RGB
CMYK
RGB Variations
Color information
#EDE8DD (or 0xEDE8DD) is known color: White Linen. HEX triplet: ED, E8 and DD. RGB value is (237,232,221). Sum of RGB (Red+Green+Blue) = 237+232+221=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8DD is #121722. Grayscale: #E8E8E8. Windows color (decimal): -1185571 or 14543085. OLE color: 14543085.
HSL color Cylindrical-coordinate representation of color #EDE8DD: hue angle of 41.25º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDE8DD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 221 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.07 |
| HSL | 41.25º | 0.31% | 0.9% | - |
| HSV(B) | 41.25º | 0.07% | 0.93% | - |
| XYZ | 76.83 | 80.94 | 79.98 | - |
| YUV | 232.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 221 | 0 | 0.02 | 0.07 | 0.07 | 41.25 | 0.31 | 0.9 |
| Hex | ED | E8 | DD | 0 | 2 | 7 | 7 | 29 | 1F | 5A |
| Octal | 355 | 350 | 335 | 0 | 2 | 7 | 7 | 51 | 37 | 132 |
| Binary | 11101101 | 11101000 | 11011101 | 0 | 10 | 111 | 111 | 101001 | 11111 | 1011010 |
Color Harmonies of #EDE8DD
Complementary color
Monochromatic Colors of #EDE8DD
Black with #EDE8DD
Text Example
Text Example
White with #EDE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8DD; }
p { color: rgb(237,232,221); }
H1.HeaderClassName
{
color: #EDE8DD;
}
.AnyTagClassName
{
color: #EDE8DD;
}
</style>
background-color css
<style>
a { background-color: #EDE8DD; }
a { background-color: rgb(237,232,221); }
div.DivClassName
{
background-color: #EDE8DD;
}
.BgClassName
{
background-color: #EDE8DD;
}
</style>
border-color css
<style>
span { border-color: #EDE8DD; }
span { border-color: rgb(237,232,221); }
td.TdClassName
{
border-color: #EDE8DD;
}
.TagClassName
{
border-color: #EDE8DD;
}
</style>