Shades of Snow Flurry #DFF3C0
Tints of Snow Flurry #DFF3C0
RGB
CMYK
RGB Variations
Color information
#DFF3C0 (or 0xDFF3C0) is known color: Snow Flurry. HEX triplet: DF, F3 and C0. RGB value is (223,243,192). Sum of RGB (Red+Green+Blue) = 223+243+192=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 192 (75.39% from 255 or 29.18% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3C0 is #200C3F. Grayscale: #E7E7E7. Windows color (decimal): -2100288 or 12645343. OLE color: 12645343.
HSL color Cylindrical-coordinate representation of color #DFF3C0: hue angle of 83.53º 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 #DFF3C0 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 243 | 192 | - |
CMYK | 0.08 | 0 | 0.21 | 0.05 |
HSL | 83.53º | 0.68% | 0.85% | - |
HSV(B) | 83.53º | 0.21% | 0.95% | - |
XYZ | 72 | 83.59 | 62.21 | - |
YUV | 231.21 | 105.87 | 122.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 243 | 192 | 0.08 | 0 | 0.21 | 0.05 | 83.53 | 0.68 | 0.85 |
Hex | DF | F3 | C0 | 8 | 0 | 15 | 5 | 54 | 44 | 55 |
Octal | 337 | 363 | 300 | 10 | 0 | 25 | 5 | 124 | 104 | 125 |
Binary | 11011111 | 11110011 | 11000000 | 1000 | 0 | 10101 | 101 | 1010100 | 1000100 | 1010101 |
Color Harmonies of #DFF3C0
Complementary color
Monochromatic Colors of #DFF3C0
Black with #DFF3C0
Text Example
Text Example
White with #DFF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3C0; }
p { color: rgb(223,243,192); }
H1.HeaderClassName
{
color: #DFF3C0;
}
.AnyTagClassName
{
color: #DFF3C0;
}
</style>
background-color css
<style>
a { background-color: #DFF3C0; }
a { background-color: rgb(223,243,192); }
div.DivClassName
{
background-color: #DFF3C0;
}
.BgClassName
{
background-color: #DFF3C0;
}
</style>
border-color css
<style>
span { border-color: #DFF3C0; }
span { border-color: rgb(223,243,192); }
td.TdClassName
{
border-color: #DFF3C0;
}
.TagClassName
{
border-color: #DFF3C0;
}
</style>