Shades of Snow Drift #DADAD7
Tints of Snow Drift #DADAD7
RGB
CMYK
RGB Variations
Color information
#DADAD7 (or 0xDADAD7) is known color: Snow Drift. HEX triplet: DA, DA and D7. RGB value is (218,218,215). Sum of RGB (Red+Green+Blue) = 218+218+215=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAD7 is #252528. Grayscale: #D9D9D9. Windows color (decimal): -2434345 or 14146266. OLE color: 14146266.
HSL color Cylindrical-coordinate representation of color #DADAD7: hue angle of 60º degrees, saturation: 0.04, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DADAD7 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 218 | 215 | - |
CMYK | 0 | 0 | 0.01 | 0.15 |
HSL | 60º | 0.04% | 0.85% | - |
HSV(B) | 60º | 0.01% | 0.85% | - |
XYZ | 66.25 | 69.95 | 74.3 | - |
YUV | 217.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 215 | 0 | 0 | 0.01 | 0.15 | 60 | 0.04 | 0.85 |
Hex | DA | DA | D7 | 0 | 0 | 1 | F | 3C | 4 | 55 |
Octal | 332 | 332 | 327 | 0 | 0 | 1 | 17 | 74 | 4 | 125 |
Binary | 11011010 | 11011010 | 11010111 | 0 | 0 | 1 | 1111 | 111100 | 100 | 1010101 |
Color Harmonies of #DADAD7
Complementary color
Monochromatic Colors of #DADAD7
Black with #DADAD7
Text Example
Text Example
White with #DADAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAD7; }
p { color: rgb(218,218,215); }
H1.HeaderClassName
{
color: #DADAD7;
}
.AnyTagClassName
{
color: #DADAD7;
}
</style>
background-color css
<style>
a { background-color: #DADAD7; }
a { background-color: rgb(218,218,215); }
div.DivClassName
{
background-color: #DADAD7;
}
.BgClassName
{
background-color: #DADAD7;
}
</style>
border-color css
<style>
span { border-color: #DADAD7; }
span { border-color: rgb(218,218,215); }
td.TdClassName
{
border-color: #DADAD7;
}
.TagClassName
{
border-color: #DADAD7;
}
</style>