Shades of Snow Flurry #DFF3C3
Tints of Snow Flurry #DFF3C3
RGB
CMYK
RGB Variations
Color information
#DFF3C3 (or 0xDFF3C3) is known color: Snow Flurry. HEX triplet: DF, F3 and C3. RGB value is (223,243,195). Sum of RGB (Red+Green+Blue) = 223+243+195=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3C3 is #200C3C. Grayscale: #E7E7E7. Windows color (decimal): -2100285 or 12841951. OLE color: 12841951.
HSL color Cylindrical-coordinate representation of color #DFF3C3: hue angle of 85º 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 #DFF3C3 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 195 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.05 |
| HSL | 85º | 0.67% | 0.86% | - |
| HSV(B) | 85º | 0.2% | 0.95% | - |
| XYZ | 72.33 | 83.73 | 63.98 | - |
| YUV | 231.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 195 | 0.08 | 0 | 0.20 | 0.05 | 85 | 0.67 | 0.86 |
| Hex | DF | F3 | C3 | 8 | 0 | 14 | 5 | 55 | 43 | 56 |
| Octal | 337 | 363 | 303 | 10 | 0 | 24 | 5 | 125 | 103 | 126 |
| Binary | 11011111 | 11110011 | 11000011 | 1000 | 0 | 10100 | 101 | 1010101 | 1000011 | 1010110 |
Color Harmonies of #DFF3C3
Complementary color
Monochromatic Colors of #DFF3C3
Black with #DFF3C3
Text Example
Text Example
White with #DFF3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3C3; }
p { color: rgb(223,243,195); }
H1.HeaderClassName
{
color: #DFF3C3;
}
.AnyTagClassName
{
color: #DFF3C3;
}
</style>
background-color css
<style>
a { background-color: #DFF3C3; }
a { background-color: rgb(223,243,195); }
div.DivClassName
{
background-color: #DFF3C3;
}
.BgClassName
{
background-color: #DFF3C3;
}
</style>
border-color css
<style>
span { border-color: #DFF3C3; }
span { border-color: rgb(223,243,195); }
td.TdClassName
{
border-color: #DFF3C3;
}
.TagClassName
{
border-color: #DFF3C3;
}
</style>