Shades of White Linen #EEEAE2
Tints of White Linen #EEEAE2
RGB
CMYK
RGB Variations
Color information
#EEEAE2 (or 0xEEEAE2) is known color: White Linen. HEX triplet: EE, EA and E2. RGB value is (238,234,226). Sum of RGB (Red+Green+Blue) = 238+234+226=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEAE2 is #11151D. Grayscale: #EAEAEA. Windows color (decimal): -1119518 or 14871278. OLE color: 14871278.
HSL color Cylindrical-coordinate representation of color #EEEAE2: hue angle of 40º degrees, saturation: 0.26, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEEAE2 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 226 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.07 |
| HSL | 40º | 0.26% | 0.91% | - |
| HSV(B) | 40º | 0.05% | 0.93% | - |
| XYZ | 78.41 | 82.51 | 83.75 | - |
| YUV | 234.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 226 | 0 | 0.02 | 0.05 | 0.07 | 40 | 0.26 | 0.91 |
| Hex | EE | EA | E2 | 0 | 2 | 5 | 7 | 28 | 1A | 5B |
| Octal | 356 | 352 | 342 | 0 | 2 | 5 | 7 | 50 | 32 | 133 |
| Binary | 11101110 | 11101010 | 11100010 | 0 | 10 | 101 | 111 | 101000 | 11010 | 1011011 |
Color Harmonies of #EEEAE2
Complementary color
Monochromatic Colors of #EEEAE2
Black with #EEEAE2
Text Example
Text Example
White with #EEEAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAE2; }
p { color: rgb(238,234,226); }
H1.HeaderClassName
{
color: #EEEAE2;
}
.AnyTagClassName
{
color: #EEEAE2;
}
</style>
background-color css
<style>
a { background-color: #EEEAE2; }
a { background-color: rgb(238,234,226); }
div.DivClassName
{
background-color: #EEEAE2;
}
.BgClassName
{
background-color: #EEEAE2;
}
</style>
border-color css
<style>
span { border-color: #EEEAE2; }
span { border-color: rgb(238,234,226); }
td.TdClassName
{
border-color: #EEEAE2;
}
.TagClassName
{
border-color: #EEEAE2;
}
</style>