Shades of White Linen #EDE6DB
Tints of White Linen #EDE6DB
RGB
CMYK
RGB Variations
Color information
#EDE6DB (or 0xEDE6DB) is known color: White Linen. HEX triplet: ED, E6 and DB. RGB value is (237,230,219). Sum of RGB (Red+Green+Blue) = 237+230+219=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6DB is #121924. Grayscale: #E6E6E6. Windows color (decimal): -1186085 or 14411501. OLE color: 14411501.
HSL color Cylindrical-coordinate representation of color #EDE6DB: hue angle of 36.67º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE6DB is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 219 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.07 |
| HSL | 36.67º | 0.33% | 0.89% | - |
| HSV(B) | 36.67º | 0.08% | 0.93% | - |
| XYZ | 76.01 | 79.71 | 78.4 | - |
| YUV | 230.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 219 | 0 | 0.03 | 0.08 | 0.07 | 36.67 | 0.33 | 0.89 |
| Hex | ED | E6 | DB | 0 | 3 | 8 | 7 | 25 | 21 | 59 |
| Octal | 355 | 346 | 333 | 0 | 3 | 10 | 7 | 45 | 41 | 131 |
| Binary | 11101101 | 11100110 | 11011011 | 0 | 11 | 1000 | 111 | 100101 | 100001 | 1011001 |
Color Harmonies of #EDE6DB
Complementary color
Monochromatic Colors of #EDE6DB
Black with #EDE6DB
Text Example
Text Example
White with #EDE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6DB; }
p { color: rgb(237,230,219); }
H1.HeaderClassName
{
color: #EDE6DB;
}
.AnyTagClassName
{
color: #EDE6DB;
}
</style>
background-color css
<style>
a { background-color: #EDE6DB; }
a { background-color: rgb(237,230,219); }
div.DivClassName
{
background-color: #EDE6DB;
}
.BgClassName
{
background-color: #EDE6DB;
}
</style>
border-color css
<style>
span { border-color: #EDE6DB; }
span { border-color: rgb(237,230,219); }
td.TdClassName
{
border-color: #EDE6DB;
}
.TagClassName
{
border-color: #EDE6DB;
}
</style>