Shades of Snow Flurry #DEF3C1
Tints of Snow Flurry #DEF3C1
RGB
CMYK
RGB Variations
Color information
#DEF3C1 (or 0xDEF3C1) is known color: Snow Flurry. HEX triplet: DE, F3 and C1. RGB value is (222,243,193). Sum of RGB (Red+Green+Blue) = 222+243+193=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3C1 is #210C3E. Grayscale: #E7E7E7. Windows color (decimal): -2165823 or 12710878. OLE color: 12710878.
HSL color Cylindrical-coordinate representation of color #DEF3C1: hue angle of 85.2º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEF3C1 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 193 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.05 |
| HSL | 85.2º | 0.68% | 0.85% | - |
| HSV(B) | 85.2º | 0.21% | 0.95% | - |
| XYZ | 71.8 | 83.48 | 62.78 | - |
| YUV | 231.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 193 | 0.09 | 0 | 0.21 | 0.05 | 85.2 | 0.68 | 0.85 |
| Hex | DE | F3 | C1 | 9 | 0 | 15 | 5 | 55 | 44 | 55 |
| Octal | 336 | 363 | 301 | 11 | 0 | 25 | 5 | 125 | 104 | 125 |
| Binary | 11011110 | 11110011 | 11000001 | 1001 | 0 | 10101 | 101 | 1010101 | 1000100 | 1010101 |
Color Harmonies of #DEF3C1
Complementary color
Monochromatic Colors of #DEF3C1
Black with #DEF3C1
Text Example
Text Example
White with #DEF3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3C1; }
p { color: rgb(222,243,193); }
H1.HeaderClassName
{
color: #DEF3C1;
}
.AnyTagClassName
{
color: #DEF3C1;
}
</style>
background-color css
<style>
a { background-color: #DEF3C1; }
a { background-color: rgb(222,243,193); }
div.DivClassName
{
background-color: #DEF3C1;
}
.BgClassName
{
background-color: #DEF3C1;
}
</style>
border-color css
<style>
span { border-color: #DEF3C1; }
span { border-color: rgb(222,243,193); }
td.TdClassName
{
border-color: #DEF3C1;
}
.TagClassName
{
border-color: #DEF3C1;
}
</style>