#DEF2B6

Color #DEF2B6 Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #DEF2B6

Tints of Snow Flurry #DEF2B6

Color information

#DEF2B6 (or 0xDEF2B6) is unknown color: approx Snow Flurry. HEX triplet: DE, F2 and B6. RGB value is (222,242,182). Sum of RGB (Red+Green+Blue) = 222+242+182=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 182 (71.48% from 255 or 28.17% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2B6 is #210D49. Grayscale: #E5E5E5. Windows color (decimal): -2166090 or 11989726. OLE color: 11989726.

HSL color Cylindrical-coordinate representation of color #DEF2B6: hue angle of 80º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEF2B6 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB222242182-
CMYK0.0800.250.05
HSL80º69.77%83.14%-
HSV(B)80º24.79%94.9%-
XYZ70.3282.4156.46-
YUV229.18101.37122.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 182 (71.48% from 255) = 28.17%
R=34.37%
G=37.46%
B=28.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421820.0800.250.058069.7783.14
HexDEF2B680195504653
Octal336362266100315120106123
Binary1101111011110010101101101000011001101101000010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2B6; }

 p { color: rgb(222,242,182); }

 H1.HeaderClassName
 {
   color: #DEF2B6;
 }
 .AnyTagClassName
 {
   color: #DEF2B6;
 }
</style>
background-color css

<style>
 a { background-color: #DEF2B6; }

 a { background-color: rgb(222,242,182); }

 div.DivClassName
 {
   background-color: #DEF2B6;
 }
 .BgClassName
 {
   background-color: #DEF2B6;
 }
</style>
border-color css

<style>
 span { border-color: #DEF2B6; }

 span { border-color: rgb(222,242,182); }

 td.TdClassName
 {
   border-color: #DEF2B6;
 }
 .TagClassName
 {
   border-color: #DEF2B6;
 }
</style>