Shades of Snow Flurry #DDEFB9
Tints of Snow Flurry #DDEFB9
RGB
CMYK
RGB Variations
Color information
#DDEFB9 (or 0xDDEFB9) is known color: Snow Flurry. HEX triplet: DD, EF and B9. RGB value is (221,239,185). Sum of RGB (Red+Green+Blue) = 221+239+185=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 185 (72.66% from 255 or 28.68% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFB9 is #221046. Grayscale: #E3E3E3. Windows color (decimal): -2232391 or 12185565. OLE color: 12185565.
HSL color Cylindrical-coordinate representation of color #DDEFB9: hue angle of 80º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDEFB9 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 185 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.06 |
| HSL | 80º | 0.63% | 0.83% | - |
| HSV(B) | 80º | 0.23% | 0.94% | - |
| XYZ | 69.44 | 80.61 | 57.8 | - |
| YUV | 227.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 185 | 0.08 | 0 | 0.23 | 0.06 | 80 | 0.63 | 0.83 |
| Hex | DD | EF | B9 | 8 | 0 | 17 | 6 | 50 | 3F | 53 |
| Octal | 335 | 357 | 271 | 10 | 0 | 27 | 6 | 120 | 77 | 123 |
| Binary | 11011101 | 11101111 | 10111001 | 1000 | 0 | 10111 | 110 | 1010000 | 111111 | 1010011 |
Color Harmonies of #DDEFB9
Complementary color
Monochromatic Colors of #DDEFB9
Black with #DDEFB9
Text Example
Text Example
White with #DDEFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFB9; }
p { color: rgb(221,239,185); }
H1.HeaderClassName
{
color: #DDEFB9;
}
.AnyTagClassName
{
color: #DDEFB9;
}
</style>
background-color css
<style>
a { background-color: #DDEFB9; }
a { background-color: rgb(221,239,185); }
div.DivClassName
{
background-color: #DDEFB9;
}
.BgClassName
{
background-color: #DDEFB9;
}
</style>
border-color css
<style>
span { border-color: #DDEFB9; }
span { border-color: rgb(221,239,185); }
td.TdClassName
{
border-color: #DDEFB9;
}
.TagClassName
{
border-color: #DDEFB9;
}
</style>