Shades of Snow Flurry #DFEEBA
Tints of Snow Flurry #DFEEBA
RGB
CMYK
RGB Variations
Color information
#DFEEBA (or 0xDFEEBA) is known color: Snow Flurry. HEX triplet: DF, EE and BA. RGB value is (223,238,186). Sum of RGB (Red+Green+Blue) = 223+238+186=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEEBA is #201145. Grayscale: #E3E3E3. Windows color (decimal): -2101574 or 12250847. OLE color: 12250847.
HSL color Cylindrical-coordinate representation of color #DFEEBA: hue angle of 77.31º 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 #DFEEBA is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 186 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.07 |
| HSL | 77.31º | 0.6% | 0.83% | - |
| HSV(B) | 77.31º | 0.22% | 0.93% | - |
| XYZ | 69.87 | 80.38 | 58.29 | - |
| YUV | 227.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 186 | 0.06 | 0 | 0.22 | 0.07 | 77.31 | 0.6 | 0.83 |
| Hex | DF | EE | BA | 6 | 0 | 16 | 7 | 4D | 3C | 53 |
| Octal | 337 | 356 | 272 | 6 | 0 | 26 | 7 | 115 | 74 | 123 |
| Binary | 11011111 | 11101110 | 10111010 | 110 | 0 | 10110 | 111 | 1001101 | 111100 | 1010011 |
Color Harmonies of #DFEEBA
Complementary color
Monochromatic Colors of #DFEEBA
Black with #DFEEBA
Text Example
Text Example
White with #DFEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEBA; }
p { color: rgb(223,238,186); }
H1.HeaderClassName
{
color: #DFEEBA;
}
.AnyTagClassName
{
color: #DFEEBA;
}
</style>
background-color css
<style>
a { background-color: #DFEEBA; }
a { background-color: rgb(223,238,186); }
div.DivClassName
{
background-color: #DFEEBA;
}
.BgClassName
{
background-color: #DFEEBA;
}
</style>
border-color css
<style>
span { border-color: #DFEEBA; }
span { border-color: rgb(223,238,186); }
td.TdClassName
{
border-color: #DFEEBA;
}
.TagClassName
{
border-color: #DFEEBA;
}
</style>