Shades of Snow Flurry #DEF3C2
Tints of Snow Flurry #DEF3C2
RGB
CMYK
RGB Variations
Color information
#DEF3C2 (or 0xDEF3C2) is known color: Snow Flurry. HEX triplet: DE, F3 and C2. RGB value is (222,243,194). Sum of RGB (Red+Green+Blue) = 222+243+194=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 194 (76.17% from 255 or 29.44% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3C2 is #210C3D. Grayscale: #E7E7E7. Windows color (decimal): -2165822 or 12776414. OLE color: 12776414.
HSL color Cylindrical-coordinate representation of color #DEF3C2: hue angle of 85.71º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEF3C2 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 194 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.05 |
| HSL | 85.71º | 0.67% | 0.86% | - |
| HSV(B) | 85.71º | 0.2% | 0.95% | - |
| XYZ | 71.91 | 83.53 | 63.37 | - |
| YUV | 231.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 194 | 0.09 | 0 | 0.20 | 0.05 | 85.71 | 0.67 | 0.86 |
| Hex | DE | F3 | C2 | 9 | 0 | 14 | 5 | 56 | 43 | 56 |
| Octal | 336 | 363 | 302 | 11 | 0 | 24 | 5 | 126 | 103 | 126 |
| Binary | 11011110 | 11110011 | 11000010 | 1001 | 0 | 10100 | 101 | 1010110 | 1000011 | 1010110 |
Color Harmonies of #DEF3C2
Complementary color
Monochromatic Colors of #DEF3C2
Black with #DEF3C2
Text Example
Text Example
White with #DEF3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3C2; }
p { color: rgb(222,243,194); }
H1.HeaderClassName
{
color: #DEF3C2;
}
.AnyTagClassName
{
color: #DEF3C2;
}
</style>
background-color css
<style>
a { background-color: #DEF3C2; }
a { background-color: rgb(222,243,194); }
div.DivClassName
{
background-color: #DEF3C2;
}
.BgClassName
{
background-color: #DEF3C2;
}
</style>
border-color css
<style>
span { border-color: #DEF3C2; }
span { border-color: rgb(222,243,194); }
td.TdClassName
{
border-color: #DEF3C2;
}
.TagClassName
{
border-color: #DEF3C2;
}
</style>