Shades of Snow Drift #DEDFD5
Tints of Snow Drift #DEDFD5
RGB
CMYK
RGB Variations
Color information
#DEDFD5 (or 0xDEDFD5) is known color: Snow Drift. HEX triplet: DE, DF and D5. RGB value is (222,223,213). Sum of RGB (Red+Green+Blue) = 222+223+213=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFD5 is #21202A. Grayscale: #DDDDDD. Windows color (decimal): -2170923 or 14016478. OLE color: 14016478.
HSL color Cylindrical-coordinate representation of color #DEDFD5: hue angle of 66º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDFD5 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 223 | 213 | - |
CMYK | 0.00 | 0 | 0.04 | 0.13 |
HSL | 66º | 0.14% | 0.85% | - |
HSV(B) | 66º | 0.04% | 0.87% | - |
XYZ | 68.52 | 73.11 | 73.45 | - |
YUV | 221.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 213 | 0.00 | 0 | 0.04 | 0.13 | 66 | 0.14 | 0.85 |
Hex | DE | DF | D5 | 0 | 0 | 4 | D | 42 | E | 55 |
Octal | 336 | 337 | 325 | 0 | 0 | 4 | 15 | 102 | 16 | 125 |
Binary | 11011110 | 11011111 | 11010101 | 0 | 0 | 100 | 1101 | 1000010 | 1110 | 1010101 |
Color Harmonies of #DEDFD5
Complementary color
Monochromatic Colors of #DEDFD5
Black with #DEDFD5
Text Example
Text Example
White with #DEDFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFD5; }
p { color: rgb(222,223,213); }
H1.HeaderClassName
{
color: #DEDFD5;
}
.AnyTagClassName
{
color: #DEDFD5;
}
</style>
background-color css
<style>
a { background-color: #DEDFD5; }
a { background-color: rgb(222,223,213); }
div.DivClassName
{
background-color: #DEDFD5;
}
.BgClassName
{
background-color: #DEDFD5;
}
</style>
border-color css
<style>
span { border-color: #DEDFD5; }
span { border-color: rgb(222,223,213); }
td.TdClassName
{
border-color: #DEDFD5;
}
.TagClassName
{
border-color: #DEDFD5;
}
</style>