Shades of Snow Drift #E6E6DF
Tints of Snow Drift #E6E6DF
RGB
CMYK
RGB Variations
Color information
#E6E6DF (or 0xE6E6DF) is known color: Snow Drift. HEX triplet: E6, E6 and DF. RGB value is (230,230,223). Sum of RGB (Red+Green+Blue) = 230+230+223=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E6DF is #191920. Grayscale: #E5E5E5. Windows color (decimal): -1644833 or 14673638. OLE color: 14673638.
HSL color Cylindrical-coordinate representation of color #E6E6DF: hue angle of 60º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E6DF is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 230 | 223 | - |
CMYK | 0 | 0 | 0.03 | 0.10 |
HSL | 60º | 0.12% | 0.89% | - |
HSV(B) | 60º | 0.03% | 0.9% | - |
XYZ | 74.25 | 78.74 | 81.1 | - |
YUV | 229.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 230 | 223 | 0 | 0 | 0.03 | 0.10 | 60 | 0.12 | 0.89 |
Hex | E6 | E6 | DF | 0 | 0 | 3 | A | 3C | C | 59 |
Octal | 346 | 346 | 337 | 0 | 0 | 3 | 12 | 74 | 14 | 131 |
Binary | 11100110 | 11100110 | 11011111 | 0 | 0 | 11 | 1010 | 111100 | 1100 | 1011001 |
Color Harmonies of #E6E6DF
Complementary color
Monochromatic Colors of #E6E6DF
Black with #E6E6DF
Text Example
Text Example
White with #E6E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E6DF; }
p { color: rgb(230,230,223); }
H1.HeaderClassName
{
color: #E6E6DF;
}
.AnyTagClassName
{
color: #E6E6DF;
}
</style>
background-color css
<style>
a { background-color: #E6E6DF; }
a { background-color: rgb(230,230,223); }
div.DivClassName
{
background-color: #E6E6DF;
}
.BgClassName
{
background-color: #E6E6DF;
}
</style>
border-color css
<style>
span { border-color: #E6E6DF; }
span { border-color: rgb(230,230,223); }
td.TdClassName
{
border-color: #E6E6DF;
}
.TagClassName
{
border-color: #E6E6DF;
}
</style>