Shades of Snow Flurry #DFFDB4
Tints of Snow Flurry #DFFDB4
RGB
CMYK
RGB Variations
Color information
#DFFDB4 (or 0xDFFDB4) is known color: Snow Flurry. HEX triplet: DF, FD and B4. RGB value is (223,253,180). Sum of RGB (Red+Green+Blue) = 223+253+180=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDB4 is #20024B. Grayscale: #EBEBEB. Windows color (decimal): -2097740 or 11861471. OLE color: 11861471.
HSL color Cylindrical-coordinate representation of color #DFFDB4: hue angle of 84.66º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFFDB4 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 180 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.01 |
| HSL | 84.66º | 0.95% | 0.85% | - |
| HSV(B) | 84.66º | 0.29% | 0.99% | - |
| XYZ | 73.79 | 89.23 | 56.51 | - |
| YUV | 235.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 180 | 0.12 | 0 | 0.29 | 0.01 | 84.66 | 0.95 | 0.85 |
| Hex | DF | FD | B4 | C | 0 | 1D | 1 | 55 | 5F | 55 |
| Octal | 337 | 375 | 264 | 14 | 0 | 35 | 1 | 125 | 137 | 125 |
| Binary | 11011111 | 11111101 | 10110100 | 1100 | 0 | 11101 | 1 | 1010101 | 1011111 | 1010101 |
Color Harmonies of #DFFDB4
Complementary color
Monochromatic Colors of #DFFDB4
Black with #DFFDB4
Text Example
Text Example
White with #DFFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDB4; }
p { color: rgb(223,253,180); }
H1.HeaderClassName
{
color: #DFFDB4;
}
.AnyTagClassName
{
color: #DFFDB4;
}
</style>
background-color css
<style>
a { background-color: #DFFDB4; }
a { background-color: rgb(223,253,180); }
div.DivClassName
{
background-color: #DFFDB4;
}
.BgClassName
{
background-color: #DFFDB4;
}
</style>
border-color css
<style>
span { border-color: #DFFDB4; }
span { border-color: rgb(223,253,180); }
td.TdClassName
{
border-color: #DFFDB4;
}
.TagClassName
{
border-color: #DFFDB4;
}
</style>