Shades of White Linen #F0E7DB
Tints of White Linen #F0E7DB
RGB
CMYK
RGB Variations
Color information
#F0E7DB (or 0xF0E7DB) is known color: White Linen. HEX triplet: F0, E7 and DB. RGB value is (240,231,219). Sum of RGB (Red+Green+Blue) = 240+231+219=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7DB is #0F1824. Grayscale: #E8E8E8. Windows color (decimal): -989221 or 14411760. OLE color: 14411760.
HSL color Cylindrical-coordinate representation of color #F0E7DB: hue angle of 34.29º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E7DB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 231 | 219 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.06 |
| HSL | 34.29º | 0.41% | 0.9% | - |
| HSV(B) | 34.29º | 0.09% | 0.94% | - |
| XYZ | 77.3 | 80.79 | 78.54 | - |
| YUV | 232.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 219 | 0 | 0.04 | 0.09 | 0.06 | 34.29 | 0.41 | 0.9 |
| Hex | F0 | E7 | DB | 0 | 4 | 9 | 6 | 22 | 29 | 5A |
| Octal | 360 | 347 | 333 | 0 | 4 | 11 | 6 | 42 | 51 | 132 |
| Binary | 11110000 | 11100111 | 11011011 | 0 | 100 | 1001 | 110 | 100010 | 101001 | 1011010 |
Color Harmonies of #F0E7DB
Complementary color
Monochromatic Colors of #F0E7DB
Black with #F0E7DB
Text Example
Text Example
White with #F0E7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7DB; }
p { color: rgb(240,231,219); }
H1.HeaderClassName
{
color: #F0E7DB;
}
.AnyTagClassName
{
color: #F0E7DB;
}
</style>
background-color css
<style>
a { background-color: #F0E7DB; }
a { background-color: rgb(240,231,219); }
div.DivClassName
{
background-color: #F0E7DB;
}
.BgClassName
{
background-color: #F0E7DB;
}
</style>
border-color css
<style>
span { border-color: #F0E7DB; }
span { border-color: rgb(240,231,219); }
td.TdClassName
{
border-color: #F0E7DB;
}
.TagClassName
{
border-color: #F0E7DB;
}
</style>