Shades of Snow Flurry #DEEEBB
Tints of Snow Flurry #DEEEBB
RGB
CMYK
RGB Variations
Color information
#DEEEBB (or 0xDEEEBB) is known color: Snow Flurry. HEX triplet: DE, EE and BB. RGB value is (222,238,187). Sum of RGB (Red+Green+Blue) = 222+238+187=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEBB is #211144. Grayscale: #E3E3E3. Windows color (decimal): -2167109 or 12316382. OLE color: 12316382.
HSL color Cylindrical-coordinate representation of color #DEEEBB: hue angle of 78.82º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEEEBB is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 187 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.07 |
| HSL | 78.82º | 0.6% | 0.83% | - |
| HSV(B) | 78.82º | 0.21% | 0.93% | - |
| XYZ | 69.67 | 80.27 | 58.83 | - |
| YUV | 227.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 187 | 0.07 | 0 | 0.21 | 0.07 | 78.82 | 0.6 | 0.83 |
| Hex | DE | EE | BB | 7 | 0 | 15 | 7 | 4F | 3C | 53 |
| Octal | 336 | 356 | 273 | 7 | 0 | 25 | 7 | 117 | 74 | 123 |
| Binary | 11011110 | 11101110 | 10111011 | 111 | 0 | 10101 | 111 | 1001111 | 111100 | 1010011 |
Color Harmonies of #DEEEBB
Complementary color
Monochromatic Colors of #DEEEBB
Black with #DEEEBB
Text Example
Text Example
White with #DEEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEBB; }
p { color: rgb(222,238,187); }
H1.HeaderClassName
{
color: #DEEEBB;
}
.AnyTagClassName
{
color: #DEEEBB;
}
</style>
background-color css
<style>
a { background-color: #DEEEBB; }
a { background-color: rgb(222,238,187); }
div.DivClassName
{
background-color: #DEEEBB;
}
.BgClassName
{
background-color: #DEEEBB;
}
</style>
border-color css
<style>
span { border-color: #DEEEBB; }
span { border-color: rgb(222,238,187); }
td.TdClassName
{
border-color: #DEEEBB;
}
.TagClassName
{
border-color: #DEEEBB;
}
</style>