Shades of Snow Flurry #DDFDB6
Tints of Snow Flurry #DDFDB6
RGB
CMYK
RGB Variations
Color information
#DDFDB6 (or 0xDDFDB6) is known color: Snow Flurry. HEX triplet: DD, FD and B6. RGB value is (221,253,182). Sum of RGB (Red+Green+Blue) = 221+253+182=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 182 (71.48% from 255 or 27.74% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDB6 is #220249. Grayscale: #EBEBEB. Windows color (decimal): -2228810 or 11992541. OLE color: 11992541.
HSL color Cylindrical-coordinate representation of color #DDFDB6: hue angle of 87.04º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDFDB6 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 182 | - |
CMYK | 0.13 | 0 | 0.28 | 0.01 |
HSL | 87.04º | 0.95% | 0.85% | - |
HSV(B) | 87.04º | 0.28% | 0.99% | - |
XYZ | 73.39 | 89 | 57.57 | - |
YUV | 235.34 | 97.9 | 117.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 182 | 0.13 | 0 | 0.28 | 0.01 | 87.04 | 0.95 | 0.85 |
Hex | DD | FD | B6 | D | 0 | 1C | 1 | 57 | 5F | 55 |
Octal | 335 | 375 | 266 | 15 | 0 | 34 | 1 | 127 | 137 | 125 |
Binary | 11011101 | 11111101 | 10110110 | 1101 | 0 | 11100 | 1 | 1010111 | 1011111 | 1010101 |
Color Harmonies of #DDFDB6
Complementary color
Monochromatic Colors of #DDFDB6
Black with #DDFDB6
Text Example
Text Example
White with #DDFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDB6; }
p { color: rgb(221,253,182); }
H1.HeaderClassName
{
color: #DDFDB6;
}
.AnyTagClassName
{
color: #DDFDB6;
}
</style>
background-color css
<style>
a { background-color: #DDFDB6; }
a { background-color: rgb(221,253,182); }
div.DivClassName
{
background-color: #DDFDB6;
}
.BgClassName
{
background-color: #DDFDB6;
}
</style>
border-color css
<style>
span { border-color: #DDFDB6; }
span { border-color: rgb(221,253,182); }
td.TdClassName
{
border-color: #DDFDB6;
}
.TagClassName
{
border-color: #DDFDB6;
}
</style>