Shades of White Linen #ECE6DD
Tints of White Linen #ECE6DD
RGB
CMYK
RGB Variations
Color information
#ECE6DD (or 0xECE6DD) is known color: White Linen. HEX triplet: EC, E6 and DD. RGB value is (236,230,221). Sum of RGB (Red+Green+Blue) = 236+230+221=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6DD is #131922. Grayscale: #E6E6E6. Windows color (decimal): -1251619 or 14542572. OLE color: 14542572.
HSL color Cylindrical-coordinate representation of color #ECE6DD: hue angle of 36º 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 #ECE6DD is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 221 | - |
CMYK | 0 | 0.03 | 0.06 | 0.07 |
HSL | 36º | 0.28% | 0.9% | - |
HSV(B) | 36º | 0.06% | 0.93% | - |
XYZ | 75.94 | 79.65 | 79.78 | - |
YUV | 230.77 | 122.49 | 131.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 221 | 0 | 0.03 | 0.06 | 0.07 | 36 | 0.28 | 0.9 |
Hex | EC | E6 | DD | 0 | 3 | 6 | 7 | 24 | 1C | 5A |
Octal | 354 | 346 | 335 | 0 | 3 | 6 | 7 | 44 | 34 | 132 |
Binary | 11101100 | 11100110 | 11011101 | 0 | 11 | 110 | 111 | 100100 | 11100 | 1011010 |
Color Harmonies of #ECE6DD
Complementary color
Monochromatic Colors of #ECE6DD
Black with #ECE6DD
Text Example
Text Example
White with #ECE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6DD; }
p { color: rgb(236,230,221); }
H1.HeaderClassName
{
color: #ECE6DD;
}
.AnyTagClassName
{
color: #ECE6DD;
}
</style>
background-color css
<style>
a { background-color: #ECE6DD; }
a { background-color: rgb(236,230,221); }
div.DivClassName
{
background-color: #ECE6DD;
}
.BgClassName
{
background-color: #ECE6DD;
}
</style>
border-color css
<style>
span { border-color: #ECE6DD; }
span { border-color: rgb(236,230,221); }
td.TdClassName
{
border-color: #ECE6DD;
}
.TagClassName
{
border-color: #ECE6DD;
}
</style>