Shades of Snow Flurry #DEEFBE
Tints of Snow Flurry #DEEFBE
RGB
CMYK
RGB Variations
Color information
#DEEFBE (or 0xDEEFBE) is known color: Snow Flurry. HEX triplet: DE, EF and BE. RGB value is (222,239,190). Sum of RGB (Red+Green+Blue) = 222+239+190=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFBE is #211041. Grayscale: #E4E4E4. Windows color (decimal): -2166850 or 12513246. OLE color: 12513246.
HSL color Cylindrical-coordinate representation of color #DEEFBE: hue angle of 80.82º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEEFBE is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 239 | 190 | - |
CMYK | 0.07 | 0 | 0.21 | 0.06 |
HSL | 80.82º | 0.6% | 0.84% | - |
HSV(B) | 80.82º | 0.21% | 0.94% | - |
XYZ | 70.28 | 80.98 | 60.64 | - |
YUV | 228.33 | 106.37 | 123.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 239 | 190 | 0.07 | 0 | 0.21 | 0.06 | 80.82 | 0.6 | 0.84 |
Hex | DE | EF | BE | 7 | 0 | 15 | 6 | 51 | 3C | 54 |
Octal | 336 | 357 | 276 | 7 | 0 | 25 | 6 | 121 | 74 | 124 |
Binary | 11011110 | 11101111 | 10111110 | 111 | 0 | 10101 | 110 | 1010001 | 111100 | 1010100 |
Color Harmonies of #DEEFBE
Complementary color
Monochromatic Colors of #DEEFBE
Black with #DEEFBE
Text Example
Text Example
White with #DEEFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFBE; }
p { color: rgb(222,239,190); }
H1.HeaderClassName
{
color: #DEEFBE;
}
.AnyTagClassName
{
color: #DEEFBE;
}
</style>
background-color css
<style>
a { background-color: #DEEFBE; }
a { background-color: rgb(222,239,190); }
div.DivClassName
{
background-color: #DEEFBE;
}
.BgClassName
{
background-color: #DEEFBE;
}
</style>
border-color css
<style>
span { border-color: #DEEFBE; }
span { border-color: rgb(222,239,190); }
td.TdClassName
{
border-color: #DEEFBE;
}
.TagClassName
{
border-color: #DEEFBE;
}
</style>