Shades of Snow Flurry #DEEEB8
Tints of Snow Flurry #DEEEB8
RGB
CMYK
RGB Variations
Color information
#DEEEB8 (or 0xDEEEB8) is known color: Snow Flurry. HEX triplet: DE, EE and B8. RGB value is (222,238,184). Sum of RGB (Red+Green+Blue) = 222+238+184=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEB8 is #211147. Grayscale: #E3E3E3. Windows color (decimal): -2167112 or 12119774. OLE color: 12119774.
HSL color Cylindrical-coordinate representation of color #DEEEB8: hue angle of 77.78º degrees, saturation: 0.61, 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 #DEEEB8 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 184 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.07 |
| HSL | 77.78º | 0.61% | 0.83% | - |
| HSV(B) | 77.78º | 0.23% | 0.93% | - |
| XYZ | 69.35 | 80.14 | 57.16 | - |
| YUV | 227.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 184 | 0.07 | 0 | 0.23 | 0.07 | 77.78 | 0.61 | 0.83 |
| Hex | DE | EE | B8 | 7 | 0 | 17 | 7 | 4E | 3D | 53 |
| Octal | 336 | 356 | 270 | 7 | 0 | 27 | 7 | 116 | 75 | 123 |
| Binary | 11011110 | 11101110 | 10111000 | 111 | 0 | 10111 | 111 | 1001110 | 111101 | 1010011 |
Color Harmonies of #DEEEB8
Complementary color
Monochromatic Colors of #DEEEB8
Black with #DEEEB8
Text Example
Text Example
White with #DEEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEB8; }
p { color: rgb(222,238,184); }
H1.HeaderClassName
{
color: #DEEEB8;
}
.AnyTagClassName
{
color: #DEEEB8;
}
</style>
background-color css
<style>
a { background-color: #DEEEB8; }
a { background-color: rgb(222,238,184); }
div.DivClassName
{
background-color: #DEEEB8;
}
.BgClassName
{
background-color: #DEEEB8;
}
</style>
border-color css
<style>
span { border-color: #DEEEB8; }
span { border-color: rgb(222,238,184); }
td.TdClassName
{
border-color: #DEEEB8;
}
.TagClassName
{
border-color: #DEEEB8;
}
</style>