Shades of Snow Flurry #DDF2C3
Tints of Snow Flurry #DDF2C3
RGB
CMYK
RGB Variations
Color information
#DDF2C3 (or 0xDDF2C3) is known color: Snow Flurry. HEX triplet: DD, F2 and C3. RGB value is (221,242,195). Sum of RGB (Red+Green+Blue) = 221+242+195=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 195 (76.56% from 255 or 29.64% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2C3 is #220D3C. Grayscale: #E6E6E6. Windows color (decimal): -2231613 or 12841693. OLE color: 12841693.
HSL color Cylindrical-coordinate representation of color #DDF2C3: hue angle of 86.81º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDF2C3 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 195 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.05 |
| HSL | 86.81º | 0.64% | 0.86% | - |
| HSV(B) | 86.81º | 0.19% | 0.95% | - |
| XYZ | 71.42 | 82.82 | 63.85 | - |
| YUV | 230.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 195 | 0.09 | 0 | 0.19 | 0.05 | 86.81 | 0.64 | 0.86 |
| Hex | DD | F2 | C3 | 9 | 0 | 13 | 5 | 57 | 40 | 56 |
| Octal | 335 | 362 | 303 | 11 | 0 | 23 | 5 | 127 | 100 | 126 |
| Binary | 11011101 | 11110010 | 11000011 | 1001 | 0 | 10011 | 101 | 1010111 | 1000000 | 1010110 |
Color Harmonies of #DDF2C3
Complementary color
Monochromatic Colors of #DDF2C3
Black with #DDF2C3
Text Example
Text Example
White with #DDF2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2C3; }
p { color: rgb(221,242,195); }
H1.HeaderClassName
{
color: #DDF2C3;
}
.AnyTagClassName
{
color: #DDF2C3;
}
</style>
background-color css
<style>
a { background-color: #DDF2C3; }
a { background-color: rgb(221,242,195); }
div.DivClassName
{
background-color: #DDF2C3;
}
.BgClassName
{
background-color: #DDF2C3;
}
</style>
border-color css
<style>
span { border-color: #DDF2C3; }
span { border-color: rgb(221,242,195); }
td.TdClassName
{
border-color: #DDF2C3;
}
.TagClassName
{
border-color: #DDF2C3;
}
</style>