Shades of Snow Flurry #DEEEB7
Tints of Snow Flurry #DEEEB7
RGB
CMYK
RGB Variations
Color information
#DEEEB7 (or 0xDEEEB7) is known color: Snow Flurry. HEX triplet: DE, EE and B7. RGB value is (222,238,183). Sum of RGB (Red+Green+Blue) = 222+238+183=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEB7 is #211148. Grayscale: #E3E3E3. Windows color (decimal): -2167113 or 12054238. OLE color: 12054238.
HSL color Cylindrical-coordinate representation of color #DEEEB7: hue angle of 77.45º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEEEB7 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 183 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.07 |
| HSL | 77.45º | 0.62% | 0.83% | - |
| HSV(B) | 77.45º | 0.23% | 0.93% | - |
| XYZ | 69.25 | 80.1 | 56.61 | - |
| YUV | 226.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 183 | 0.07 | 0 | 0.23 | 0.07 | 77.45 | 0.62 | 0.83 |
| Hex | DE | EE | B7 | 7 | 0 | 17 | 7 | 4D | 3E | 53 |
| Octal | 336 | 356 | 267 | 7 | 0 | 27 | 7 | 115 | 76 | 123 |
| Binary | 11011110 | 11101110 | 10110111 | 111 | 0 | 10111 | 111 | 1001101 | 111110 | 1010011 |
Color Harmonies of #DEEEB7
Complementary color
Monochromatic Colors of #DEEEB7
Black with #DEEEB7
Text Example
Text Example
White with #DEEEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEB7; }
p { color: rgb(222,238,183); }
H1.HeaderClassName
{
color: #DEEEB7;
}
.AnyTagClassName
{
color: #DEEEB7;
}
</style>
background-color css
<style>
a { background-color: #DEEEB7; }
a { background-color: rgb(222,238,183); }
div.DivClassName
{
background-color: #DEEEB7;
}
.BgClassName
{
background-color: #DEEEB7;
}
</style>
border-color css
<style>
span { border-color: #DEEEB7; }
span { border-color: rgb(222,238,183); }
td.TdClassName
{
border-color: #DEEEB7;
}
.TagClassName
{
border-color: #DEEEB7;
}
</style>