Shades of Snow Flurry #DDEFB7
Tints of Snow Flurry #DDEFB7
RGB
CMYK
RGB Variations
Color information
#DDEFB7 (or 0xDDEFB7) is known color: Snow Flurry. HEX triplet: DD, EF and B7. RGB value is (221,239,183). Sum of RGB (Red+Green+Blue) = 221+239+183=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFB7 is #221048. Grayscale: #E3E3E3. Windows color (decimal): -2232393 or 12054493. OLE color: 12054493.
HSL color Cylindrical-coordinate representation of color #DDEFB7: hue angle of 79.29º degrees, saturation: 0.64, 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 #DDEFB7 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 183 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.06 |
| HSL | 79.29º | 0.64% | 0.83% | - |
| HSV(B) | 79.29º | 0.23% | 0.94% | - |
| XYZ | 69.23 | 80.52 | 56.69 | - |
| YUV | 227.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 183 | 0.08 | 0 | 0.23 | 0.06 | 79.29 | 0.64 | 0.83 |
| Hex | DD | EF | B7 | 8 | 0 | 17 | 6 | 4F | 40 | 53 |
| Octal | 335 | 357 | 267 | 10 | 0 | 27 | 6 | 117 | 100 | 123 |
| Binary | 11011101 | 11101111 | 10110111 | 1000 | 0 | 10111 | 110 | 1001111 | 1000000 | 1010011 |
Color Harmonies of #DDEFB7
Complementary color
Monochromatic Colors of #DDEFB7
Black with #DDEFB7
Text Example
Text Example
White with #DDEFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFB7; }
p { color: rgb(221,239,183); }
H1.HeaderClassName
{
color: #DDEFB7;
}
.AnyTagClassName
{
color: #DDEFB7;
}
</style>
background-color css
<style>
a { background-color: #DDEFB7; }
a { background-color: rgb(221,239,183); }
div.DivClassName
{
background-color: #DDEFB7;
}
.BgClassName
{
background-color: #DDEFB7;
}
</style>
border-color css
<style>
span { border-color: #DDEFB7; }
span { border-color: rgb(221,239,183); }
td.TdClassName
{
border-color: #DDEFB7;
}
.TagClassName
{
border-color: #DDEFB7;
}
</style>