Shades of Snow Flurry #DDFBB8
Tints of Snow Flurry #DDFBB8
RGB
CMYK
RGB Variations
Color information
#DDFBB8 (or 0xDDFBB8) is known color: Snow Flurry. HEX triplet: DD, FB and B8. RGB value is (221,251,184). Sum of RGB (Red+Green+Blue) = 221+251+184=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 184 (72.27% from 255 or 28.05% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBB8 is #220447. Grayscale: #EAEAEA. Windows color (decimal): -2229320 or 12123101. OLE color: 12123101.
HSL color Cylindrical-coordinate representation of color #DDFBB8: hue angle of 86.87º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDFBB8 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 184 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.02 |
| HSL | 86.87º | 0.89% | 0.85% | - |
| HSV(B) | 86.87º | 0.27% | 0.98% | - |
| XYZ | 72.97 | 87.83 | 58.45 | - |
| YUV | 234.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 184 | 0.12 | 0 | 0.27 | 0.02 | 86.87 | 0.89 | 0.85 |
| Hex | DD | FB | B8 | C | 0 | 1B | 2 | 57 | 59 | 55 |
| Octal | 335 | 373 | 270 | 14 | 0 | 33 | 2 | 127 | 131 | 125 |
| Binary | 11011101 | 11111011 | 10111000 | 1100 | 0 | 11011 | 10 | 1010111 | 1011001 | 1010101 |
Color Harmonies of #DDFBB8
Complementary color
Monochromatic Colors of #DDFBB8
Black with #DDFBB8
Text Example
Text Example
White with #DDFBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBB8; }
p { color: rgb(221,251,184); }
H1.HeaderClassName
{
color: #DDFBB8;
}
.AnyTagClassName
{
color: #DDFBB8;
}
</style>
background-color css
<style>
a { background-color: #DDFBB8; }
a { background-color: rgb(221,251,184); }
div.DivClassName
{
background-color: #DDFBB8;
}
.BgClassName
{
background-color: #DDFBB8;
}
</style>
border-color css
<style>
span { border-color: #DDFBB8; }
span { border-color: rgb(221,251,184); }
td.TdClassName
{
border-color: #DDFBB8;
}
.TagClassName
{
border-color: #DDFBB8;
}
</style>