Shades of Snow Flurry #DEEEBA
Tints of Snow Flurry #DEEEBA
RGB
CMYK
RGB Variations
Color information
#DEEEBA (or 0xDEEEBA) is known color: Snow Flurry. HEX triplet: DE, EE and BA. RGB value is (222,238,186). Sum of RGB (Red+Green+Blue) = 222+238+186=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEBA is #211145. Grayscale: #E3E3E3. Windows color (decimal): -2167110 or 12250846. OLE color: 12250846.
HSL color Cylindrical-coordinate representation of color #DEEEBA: hue angle of 78.46º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEEEBA is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 186 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.07 |
| HSL | 78.46º | 0.6% | 0.83% | - |
| HSV(B) | 78.46º | 0.22% | 0.93% | - |
| XYZ | 69.56 | 80.22 | 58.27 | - |
| YUV | 227.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 186 | 0.07 | 0 | 0.22 | 0.07 | 78.46 | 0.6 | 0.83 |
| Hex | DE | EE | BA | 7 | 0 | 16 | 7 | 4E | 3C | 53 |
| Octal | 336 | 356 | 272 | 7 | 0 | 26 | 7 | 116 | 74 | 123 |
| Binary | 11011110 | 11101110 | 10111010 | 111 | 0 | 10110 | 111 | 1001110 | 111100 | 1010011 |
Color Harmonies of #DEEEBA
Complementary color
Monochromatic Colors of #DEEEBA
Black with #DEEEBA
Text Example
Text Example
White with #DEEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEBA; }
p { color: rgb(222,238,186); }
H1.HeaderClassName
{
color: #DEEEBA;
}
.AnyTagClassName
{
color: #DEEEBA;
}
</style>
background-color css
<style>
a { background-color: #DEEEBA; }
a { background-color: rgb(222,238,186); }
div.DivClassName
{
background-color: #DEEEBA;
}
.BgClassName
{
background-color: #DEEEBA;
}
</style>
border-color css
<style>
span { border-color: #DEEEBA; }
span { border-color: rgb(222,238,186); }
td.TdClassName
{
border-color: #DEEEBA;
}
.TagClassName
{
border-color: #DEEEBA;
}
</style>