Shades of Snow Flurry #DEF3B4
Tints of Snow Flurry #DEF3B4
RGB
CMYK
RGB Variations
Color information
#DEF3B4 (or 0xDEF3B4) is known color: Snow Flurry. HEX triplet: DE, F3 and B4. RGB value is (222,243,180). Sum of RGB (Red+Green+Blue) = 222+243+180=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 180 (70.70% from 255 or 27.91% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3B4 is #210C4B. Grayscale: #E5E5E5. Windows color (decimal): -2165836 or 11858910. OLE color: 11858910.
HSL color Cylindrical-coordinate representation of color #DEF3B4: hue angle of 80º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEF3B4 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 180 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.05 |
| HSL | 80º | 0.72% | 0.83% | - |
| HSV(B) | 80º | 0.26% | 0.95% | - |
| XYZ | 70.41 | 82.93 | 55.48 | - |
| YUV | 229.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 180 | 0.09 | 0 | 0.26 | 0.05 | 80 | 0.72 | 0.83 |
| Hex | DE | F3 | B4 | 9 | 0 | 1A | 5 | 50 | 48 | 53 |
| Octal | 336 | 363 | 264 | 11 | 0 | 32 | 5 | 120 | 110 | 123 |
| Binary | 11011110 | 11110011 | 10110100 | 1001 | 0 | 11010 | 101 | 1010000 | 1001000 | 1010011 |
Color Harmonies of #DEF3B4
Complementary color
Monochromatic Colors of #DEF3B4
Black with #DEF3B4
Text Example
Text Example
White with #DEF3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3B4; }
p { color: rgb(222,243,180); }
H1.HeaderClassName
{
color: #DEF3B4;
}
.AnyTagClassName
{
color: #DEF3B4;
}
</style>
background-color css
<style>
a { background-color: #DEF3B4; }
a { background-color: rgb(222,243,180); }
div.DivClassName
{
background-color: #DEF3B4;
}
.BgClassName
{
background-color: #DEF3B4;
}
</style>
border-color css
<style>
span { border-color: #DEF3B4; }
span { border-color: rgb(222,243,180); }
td.TdClassName
{
border-color: #DEF3B4;
}
.TagClassName
{
border-color: #DEF3B4;
}
</style>