Shades of Snow Drift #E6E6DA
Tints of Snow Drift #E6E6DA
RGB
CMYK
RGB Variations
Color information
#E6E6DA (or 0xE6E6DA) is known color: Snow Drift. HEX triplet: E6, E6 and DA. RGB value is (230,230,218). Sum of RGB (Red+Green+Blue) = 230+230+218=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E6DA is #191925. Grayscale: #E4E4E4. Windows color (decimal): -1644838 or 14345958. OLE color: 14345958.
HSL color Cylindrical-coordinate representation of color #E6E6DA: hue angle of 60º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6E6DA is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 230 | 218 | - |
CMYK | 0 | 0 | 0.05 | 0.10 |
HSL | 60º | 0.19% | 0.88% | - |
HSV(B) | 60º | 0.05% | 0.9% | - |
XYZ | 73.58 | 78.48 | 77.6 | - |
YUV | 228.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 230 | 218 | 0 | 0 | 0.05 | 0.10 | 60 | 0.19 | 0.88 |
Hex | E6 | E6 | DA | 0 | 0 | 5 | A | 3C | 13 | 58 |
Octal | 346 | 346 | 332 | 0 | 0 | 5 | 12 | 74 | 23 | 130 |
Binary | 11100110 | 11100110 | 11011010 | 0 | 0 | 101 | 1010 | 111100 | 10011 | 1011000 |
Color Harmonies of #E6E6DA
Complementary color
Monochromatic Colors of #E6E6DA
Black with #E6E6DA
Text Example
Text Example
White with #E6E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E6DA; }
p { color: rgb(230,230,218); }
H1.HeaderClassName
{
color: #E6E6DA;
}
.AnyTagClassName
{
color: #E6E6DA;
}
</style>
background-color css
<style>
a { background-color: #E6E6DA; }
a { background-color: rgb(230,230,218); }
div.DivClassName
{
background-color: #E6E6DA;
}
.BgClassName
{
background-color: #E6E6DA;
}
</style>
border-color css
<style>
span { border-color: #E6E6DA; }
span { border-color: rgb(230,230,218); }
td.TdClassName
{
border-color: #E6E6DA;
}
.TagClassName
{
border-color: #E6E6DA;
}
</style>