Shades of Snow Flurry #DDEFB8
Tints of Snow Flurry #DDEFB8
RGB
CMYK
RGB Variations
Color information
#DDEFB8 (or 0xDDEFB8) is known color: Snow Flurry. HEX triplet: DD, EF and B8. RGB value is (221,239,184). Sum of RGB (Red+Green+Blue) = 221+239+184=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFB8 is #221047. Grayscale: #E3E3E3. Windows color (decimal): -2232392 or 12120029. OLE color: 12120029.
HSL color Cylindrical-coordinate representation of color #DDEFB8: hue angle of 79.64º 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 #DDEFB8 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 184 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.06 |
| HSL | 79.64º | 0.63% | 0.83% | - |
| HSV(B) | 79.64º | 0.23% | 0.94% | - |
| XYZ | 69.34 | 80.57 | 57.24 | - |
| YUV | 227.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 184 | 0.08 | 0 | 0.23 | 0.06 | 79.64 | 0.63 | 0.83 |
| Hex | DD | EF | B8 | 8 | 0 | 17 | 6 | 50 | 3F | 53 |
| Octal | 335 | 357 | 270 | 10 | 0 | 27 | 6 | 120 | 77 | 123 |
| Binary | 11011101 | 11101111 | 10111000 | 1000 | 0 | 10111 | 110 | 1010000 | 111111 | 1010011 |
Color Harmonies of #DDEFB8
Complementary color
Monochromatic Colors of #DDEFB8
Black with #DDEFB8
Text Example
Text Example
White with #DDEFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFB8; }
p { color: rgb(221,239,184); }
H1.HeaderClassName
{
color: #DDEFB8;
}
.AnyTagClassName
{
color: #DDEFB8;
}
</style>
background-color css
<style>
a { background-color: #DDEFB8; }
a { background-color: rgb(221,239,184); }
div.DivClassName
{
background-color: #DDEFB8;
}
.BgClassName
{
background-color: #DDEFB8;
}
</style>
border-color css
<style>
span { border-color: #DDEFB8; }
span { border-color: rgb(221,239,184); }
td.TdClassName
{
border-color: #DDEFB8;
}
.TagClassName
{
border-color: #DDEFB8;
}
</style>