Shades of White Linen #EDE7DE
Tints of White Linen #EDE7DE
RGB
CMYK
RGB Variations
Color information
#EDE7DE (or 0xEDE7DE) is known color: White Linen. HEX triplet: ED, E7 and DE. RGB value is (237,231,222). Sum of RGB (Red+Green+Blue) = 237+231+222=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7DE is #121821. Grayscale: #E7E7E7. Windows color (decimal): -1185826 or 14608365. OLE color: 14608365.
HSL color Cylindrical-coordinate representation of color #EDE7DE: hue angle of 36º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE7DE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 222 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.07 |
| HSL | 36º | 0.29% | 0.9% | - |
| HSV(B) | 36º | 0.06% | 0.93% | - |
| XYZ | 76.69 | 80.43 | 80.59 | - |
| YUV | 231.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 222 | 0 | 0.03 | 0.06 | 0.07 | 36 | 0.29 | 0.9 |
| Hex | ED | E7 | DE | 0 | 3 | 6 | 7 | 24 | 1D | 5A |
| Octal | 355 | 347 | 336 | 0 | 3 | 6 | 7 | 44 | 35 | 132 |
| Binary | 11101101 | 11100111 | 11011110 | 0 | 11 | 110 | 111 | 100100 | 11101 | 1011010 |
Color Harmonies of #EDE7DE
Complementary color
Monochromatic Colors of #EDE7DE
Black with #EDE7DE
Text Example
Text Example
White with #EDE7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7DE; }
p { color: rgb(237,231,222); }
H1.HeaderClassName
{
color: #EDE7DE;
}
.AnyTagClassName
{
color: #EDE7DE;
}
</style>
background-color css
<style>
a { background-color: #EDE7DE; }
a { background-color: rgb(237,231,222); }
div.DivClassName
{
background-color: #EDE7DE;
}
.BgClassName
{
background-color: #EDE7DE;
}
</style>
border-color css
<style>
span { border-color: #EDE7DE; }
span { border-color: rgb(237,231,222); }
td.TdClassName
{
border-color: #EDE7DE;
}
.TagClassName
{
border-color: #EDE7DE;
}
</style>