Shades of Snow Flurry #DFF3B4
Tints of Snow Flurry #DFF3B4
RGB
CMYK
RGB Variations
Color information
#DFF3B4 (or 0xDFF3B4) is known color: Snow Flurry. HEX triplet: DF, F3 and B4. RGB value is (223,243,180). Sum of RGB (Red+Green+Blue) = 223+243+180=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 180 (70.70% from 255 or 27.86% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3B4 is #200C4B. Grayscale: #E6E6E6. Windows color (decimal): -2100300 or 11858911. OLE color: 11858911.
HSL color Cylindrical-coordinate representation of color #DFF3B4: hue angle of 79.05º 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 #DFF3B4 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 180 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.05 |
| HSL | 79.05º | 0.72% | 0.83% | - |
| HSV(B) | 79.05º | 0.26% | 0.95% | - |
| XYZ | 70.72 | 83.08 | 55.49 | - |
| YUV | 229.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 180 | 0.08 | 0 | 0.26 | 0.05 | 79.05 | 0.72 | 0.83 |
| Hex | DF | F3 | B4 | 8 | 0 | 1A | 5 | 4F | 48 | 53 |
| Octal | 337 | 363 | 264 | 10 | 0 | 32 | 5 | 117 | 110 | 123 |
| Binary | 11011111 | 11110011 | 10110100 | 1000 | 0 | 11010 | 101 | 1001111 | 1001000 | 1010011 |
Color Harmonies of #DFF3B4
Complementary color
Monochromatic Colors of #DFF3B4
Black with #DFF3B4
Text Example
Text Example
White with #DFF3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3B4; }
p { color: rgb(223,243,180); }
H1.HeaderClassName
{
color: #DFF3B4;
}
.AnyTagClassName
{
color: #DFF3B4;
}
</style>
background-color css
<style>
a { background-color: #DFF3B4; }
a { background-color: rgb(223,243,180); }
div.DivClassName
{
background-color: #DFF3B4;
}
.BgClassName
{
background-color: #DFF3B4;
}
</style>
border-color css
<style>
span { border-color: #DFF3B4; }
span { border-color: rgb(223,243,180); }
td.TdClassName
{
border-color: #DFF3B4;
}
.TagClassName
{
border-color: #DFF3B4;
}
</style>