Shades of Snow Flurry #DFF3C2
Tints of Snow Flurry #DFF3C2
RGB
CMYK
RGB Variations
Color information
#DFF3C2 (or 0xDFF3C2) is known color: Snow Flurry. HEX triplet: DF, F3 and C2. RGB value is (223,243,194). Sum of RGB (Red+Green+Blue) = 223+243+194=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 194 (76.17% from 255 or 29.39% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3C2 is #200C3D. Grayscale: #E7E7E7. Windows color (decimal): -2100286 or 12776415. OLE color: 12776415.
HSL color Cylindrical-coordinate representation of color #DFF3C2: hue angle of 84.49º 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 #DFF3C2 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 194 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.05 |
| HSL | 84.49º | 0.67% | 0.86% | - |
| HSV(B) | 84.49º | 0.2% | 0.95% | - |
| XYZ | 72.22 | 83.68 | 63.39 | - |
| YUV | 231.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 194 | 0.08 | 0 | 0.20 | 0.05 | 84.49 | 0.67 | 0.86 |
| Hex | DF | F3 | C2 | 8 | 0 | 14 | 5 | 54 | 43 | 56 |
| Octal | 337 | 363 | 302 | 10 | 0 | 24 | 5 | 124 | 103 | 126 |
| Binary | 11011111 | 11110011 | 11000010 | 1000 | 0 | 10100 | 101 | 1010100 | 1000011 | 1010110 |
Color Harmonies of #DFF3C2
Complementary color
Monochromatic Colors of #DFF3C2
Black with #DFF3C2
Text Example
Text Example
White with #DFF3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3C2; }
p { color: rgb(223,243,194); }
H1.HeaderClassName
{
color: #DFF3C2;
}
.AnyTagClassName
{
color: #DFF3C2;
}
</style>
background-color css
<style>
a { background-color: #DFF3C2; }
a { background-color: rgb(223,243,194); }
div.DivClassName
{
background-color: #DFF3C2;
}
.BgClassName
{
background-color: #DFF3C2;
}
</style>
border-color css
<style>
span { border-color: #DFF3C2; }
span { border-color: rgb(223,243,194); }
td.TdClassName
{
border-color: #DFF3C2;
}
.TagClassName
{
border-color: #DFF3C2;
}
</style>