Shades of Snow Flurry #DDEFBC
Tints of Snow Flurry #DDEFBC
RGB
CMYK
RGB Variations
Color information
#DDEFBC (or 0xDDEFBC) is known color: Snow Flurry. HEX triplet: DD, EF and BC. RGB value is (221,239,188). Sum of RGB (Red+Green+Blue) = 221+239+188=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFBC is #221043. Grayscale: #E3E3E3. Windows color (decimal): -2232388 or 12382173. OLE color: 12382173.
HSL color Cylindrical-coordinate representation of color #DDEFBC: hue angle of 81.18º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDEFBC is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 188 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.06 |
| HSL | 81.18º | 0.61% | 0.84% | - |
| HSV(B) | 81.18º | 0.21% | 0.94% | - |
| XYZ | 69.76 | 80.74 | 59.48 | - |
| YUV | 227.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 188 | 0.08 | 0 | 0.21 | 0.06 | 81.18 | 0.61 | 0.84 |
| Hex | DD | EF | BC | 8 | 0 | 15 | 6 | 51 | 3D | 54 |
| Octal | 335 | 357 | 274 | 10 | 0 | 25 | 6 | 121 | 75 | 124 |
| Binary | 11011101 | 11101111 | 10111100 | 1000 | 0 | 10101 | 110 | 1010001 | 111101 | 1010100 |
Color Harmonies of #DDEFBC
Complementary color
Monochromatic Colors of #DDEFBC
Black with #DDEFBC
Text Example
Text Example
White with #DDEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFBC; }
p { color: rgb(221,239,188); }
H1.HeaderClassName
{
color: #DDEFBC;
}
.AnyTagClassName
{
color: #DDEFBC;
}
</style>
background-color css
<style>
a { background-color: #DDEFBC; }
a { background-color: rgb(221,239,188); }
div.DivClassName
{
background-color: #DDEFBC;
}
.BgClassName
{
background-color: #DDEFBC;
}
</style>
border-color css
<style>
span { border-color: #DDEFBC; }
span { border-color: rgb(221,239,188); }
td.TdClassName
{
border-color: #DDEFBC;
}
.TagClassName
{
border-color: #DDEFBC;
}
</style>