Shades of Snow Flurry #DFFDBE
Tints of Snow Flurry #DFFDBE
RGB
CMYK
RGB Variations
Color information
#DFFDBE (or 0xDFFDBE) is known color: Snow Flurry. HEX triplet: DF, FD and BE. RGB value is (223,253,190). Sum of RGB (Red+Green+Blue) = 223+253+190=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDBE is #200241. Grayscale: #EDEDED. Windows color (decimal): -2097730 or 12516831. OLE color: 12516831.
HSL color Cylindrical-coordinate representation of color #DFFDBE: hue angle of 88.57º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFFDBE is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 190 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.01 |
| HSL | 88.57º | 0.94% | 0.87% | - |
| HSV(B) | 88.57º | 0.25% | 0.99% | - |
| XYZ | 74.85 | 89.66 | 62.08 | - |
| YUV | 236.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 190 | 0.12 | 0 | 0.25 | 0.01 | 88.57 | 0.94 | 0.87 |
| Hex | DF | FD | BE | C | 0 | 19 | 1 | 59 | 5E | 57 |
| Octal | 337 | 375 | 276 | 14 | 0 | 31 | 1 | 131 | 136 | 127 |
| Binary | 11011111 | 11111101 | 10111110 | 1100 | 0 | 11001 | 1 | 1011001 | 1011110 | 1010111 |
Color Harmonies of #DFFDBE
Complementary color
Monochromatic Colors of #DFFDBE
Black with #DFFDBE
Text Example
Text Example
White with #DFFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDBE; }
p { color: rgb(223,253,190); }
H1.HeaderClassName
{
color: #DFFDBE;
}
.AnyTagClassName
{
color: #DFFDBE;
}
</style>
background-color css
<style>
a { background-color: #DFFDBE; }
a { background-color: rgb(223,253,190); }
div.DivClassName
{
background-color: #DFFDBE;
}
.BgClassName
{
background-color: #DFFDBE;
}
</style>
border-color css
<style>
span { border-color: #DFFDBE; }
span { border-color: rgb(223,253,190); }
td.TdClassName
{
border-color: #DFFDBE;
}
.TagClassName
{
border-color: #DFFDBE;
}
</style>