Shades of White Linen #EDE8DF
Tints of White Linen #EDE8DF
RGB
CMYK
RGB Variations
Color information
#EDE8DF (or 0xEDE8DF) is known color: White Linen. HEX triplet: ED, E8 and DF. RGB value is (237,232,223). Sum of RGB (Red+Green+Blue) = 237+232+223=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8DF is #121720. Grayscale: #E8E8E8. Windows color (decimal): -1185569 or 14674157. OLE color: 14674157.
HSL color Cylindrical-coordinate representation of color #EDE8DF: hue angle of 38.57º degrees, saturation: 0.28, 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 #EDE8DF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 223 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.07 |
| HSL | 38.57º | 0.28% | 0.9% | - |
| HSV(B) | 38.57º | 0.06% | 0.93% | - |
| XYZ | 77.1 | 81.05 | 81.39 | - |
| YUV | 232.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 223 | 0 | 0.02 | 0.06 | 0.07 | 38.57 | 0.28 | 0.9 |
| Hex | ED | E8 | DF | 0 | 2 | 6 | 7 | 27 | 1C | 5A |
| Octal | 355 | 350 | 337 | 0 | 2 | 6 | 7 | 47 | 34 | 132 |
| Binary | 11101101 | 11101000 | 11011111 | 0 | 10 | 110 | 111 | 100111 | 11100 | 1011010 |
Color Harmonies of #EDE8DF
Complementary color
Monochromatic Colors of #EDE8DF
Black with #EDE8DF
Text Example
Text Example
White with #EDE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8DF; }
p { color: rgb(237,232,223); }
H1.HeaderClassName
{
color: #EDE8DF;
}
.AnyTagClassName
{
color: #EDE8DF;
}
</style>
background-color css
<style>
a { background-color: #EDE8DF; }
a { background-color: rgb(237,232,223); }
div.DivClassName
{
background-color: #EDE8DF;
}
.BgClassName
{
background-color: #EDE8DF;
}
</style>
border-color css
<style>
span { border-color: #EDE8DF; }
span { border-color: rgb(237,232,223); }
td.TdClassName
{
border-color: #EDE8DF;
}
.TagClassName
{
border-color: #EDE8DF;
}
</style>