Shades of Snow Flurry #DEF2B5
Tints of Snow Flurry #DEF2B5
RGB
CMYK
RGB Variations
Color information
#DEF2B5 (or 0xDEF2B5) is known color: Snow Flurry. HEX triplet: DE, F2 and B5. RGB value is (222,242,181). Sum of RGB (Red+Green+Blue) = 222+242+181=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 181 (71.09% from 255 or 28.06% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2B5 is #210D4A. Grayscale: #E5E5E5. Windows color (decimal): -2166091 or 11924190. OLE color: 11924190.
HSL color Cylindrical-coordinate representation of color #DEF2B5: hue angle of 79.67º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEF2B5 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 242 | 181 | - |
CMYK | 0.08 | 0 | 0.25 | 0.05 |
HSL | 79.67º | 0.7% | 0.83% | - |
HSV(B) | 79.67º | 0.25% | 0.95% | - |
XYZ | 70.22 | 82.37 | 55.91 | - |
YUV | 229.07 | 100.87 | 122.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 242 | 181 | 0.08 | 0 | 0.25 | 0.05 | 79.67 | 0.7 | 0.83 |
Hex | DE | F2 | B5 | 8 | 0 | 19 | 5 | 50 | 46 | 53 |
Octal | 336 | 362 | 265 | 10 | 0 | 31 | 5 | 120 | 106 | 123 |
Binary | 11011110 | 11110010 | 10110101 | 1000 | 0 | 11001 | 101 | 1010000 | 1000110 | 1010011 |
Color Harmonies of #DEF2B5
Complementary color
Monochromatic Colors of #DEF2B5
Black with #DEF2B5
Text Example
Text Example
White with #DEF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2B5; }
p { color: rgb(222,242,181); }
H1.HeaderClassName
{
color: #DEF2B5;
}
.AnyTagClassName
{
color: #DEF2B5;
}
</style>
background-color css
<style>
a { background-color: #DEF2B5; }
a { background-color: rgb(222,242,181); }
div.DivClassName
{
background-color: #DEF2B5;
}
.BgClassName
{
background-color: #DEF2B5;
}
</style>
border-color css
<style>
span { border-color: #DEF2B5; }
span { border-color: rgb(222,242,181); }
td.TdClassName
{
border-color: #DEF2B5;
}
.TagClassName
{
border-color: #DEF2B5;
}
</style>