Shades of Snow Flurry #DEF2B8
Tints of Snow Flurry #DEF2B8
RGB
CMYK
RGB Variations
Color information
#DEF2B8 (or 0xDEF2B8) is known color: Snow Flurry. HEX triplet: DE, F2 and B8. RGB value is (222,242,184). Sum of RGB (Red+Green+Blue) = 222+242+184=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 184 (72.27% from 255 or 28.40% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2B8 is #210D47. Grayscale: #E5E5E5. Windows color (decimal): -2166088 or 12120798. OLE color: 12120798.
HSL color Cylindrical-coordinate representation of color #DEF2B8: hue angle of 80.69º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEF2B8 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 184 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.05 |
| HSL | 80.69º | 0.69% | 0.84% | - |
| HSV(B) | 80.69º | 0.24% | 0.95% | - |
| XYZ | 70.53 | 82.49 | 57.55 | - |
| YUV | 229.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 184 | 0.08 | 0 | 0.24 | 0.05 | 80.69 | 0.69 | 0.84 |
| Hex | DE | F2 | B8 | 8 | 0 | 18 | 5 | 51 | 45 | 54 |
| Octal | 336 | 362 | 270 | 10 | 0 | 30 | 5 | 121 | 105 | 124 |
| Binary | 11011110 | 11110010 | 10111000 | 1000 | 0 | 11000 | 101 | 1010001 | 1000101 | 1010100 |
Color Harmonies of #DEF2B8
Complementary color
Monochromatic Colors of #DEF2B8
Black with #DEF2B8
Text Example
Text Example
White with #DEF2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2B8; }
p { color: rgb(222,242,184); }
H1.HeaderClassName
{
color: #DEF2B8;
}
.AnyTagClassName
{
color: #DEF2B8;
}
</style>
background-color css
<style>
a { background-color: #DEF2B8; }
a { background-color: rgb(222,242,184); }
div.DivClassName
{
background-color: #DEF2B8;
}
.BgClassName
{
background-color: #DEF2B8;
}
</style>
border-color css
<style>
span { border-color: #DEF2B8; }
span { border-color: rgb(222,242,184); }
td.TdClassName
{
border-color: #DEF2B8;
}
.TagClassName
{
border-color: #DEF2B8;
}
</style>