Shades of White Linen #EDE7DD
Tints of White Linen #EDE7DD
RGB
CMYK
RGB Variations
Color information
#EDE7DD (or 0xEDE7DD) is known color: White Linen. HEX triplet: ED, E7 and DD. RGB value is (237,231,221). Sum of RGB (Red+Green+Blue) = 237+231+221=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7DD is #121822. Grayscale: #E7E7E7. Windows color (decimal): -1185827 or 14542829. OLE color: 14542829.
HSL color Cylindrical-coordinate representation of color #EDE7DD: hue angle of 37.5º 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 #EDE7DD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 231 | 221 | - |
CMYK | 0 | 0.03 | 0.07 | 0.07 |
HSL | 37.5º | 0.31% | 0.9% | - |
HSV(B) | 37.5º | 0.07% | 0.93% | - |
XYZ | 76.55 | 80.38 | 79.89 | - |
YUV | 231.65 | 121.99 | 131.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 231 | 221 | 0 | 0.03 | 0.07 | 0.07 | 37.5 | 0.31 | 0.9 |
Hex | ED | E7 | DD | 0 | 3 | 7 | 7 | 26 | 1F | 5A |
Octal | 355 | 347 | 335 | 0 | 3 | 7 | 7 | 46 | 37 | 132 |
Binary | 11101101 | 11100111 | 11011101 | 0 | 11 | 111 | 111 | 100110 | 11111 | 1011010 |
Color Harmonies of #EDE7DD
Complementary color
Monochromatic Colors of #EDE7DD
Black with #EDE7DD
Text Example
Text Example
White with #EDE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7DD; }
p { color: rgb(237,231,221); }
H1.HeaderClassName
{
color: #EDE7DD;
}
.AnyTagClassName
{
color: #EDE7DD;
}
</style>
background-color css
<style>
a { background-color: #EDE7DD; }
a { background-color: rgb(237,231,221); }
div.DivClassName
{
background-color: #EDE7DD;
}
.BgClassName
{
background-color: #EDE7DD;
}
</style>
border-color css
<style>
span { border-color: #EDE7DD; }
span { border-color: rgb(237,231,221); }
td.TdClassName
{
border-color: #EDE7DD;
}
.TagClassName
{
border-color: #EDE7DD;
}
</style>