#DEF2B9

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

Shades of Snow Flurry #DEF2B9

Tints of Snow Flurry #DEF2B9

Color information

#DEF2B9 (or 0xDEF2B9) is unknown color: approx Snow Flurry. HEX triplet: DE, F2 and B9. RGB value is (222,242,185). Sum of RGB (Red+Green+Blue) = 222+242+185=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 185 (72.66% from 255 or 28.51% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2B9 is #210D46. Grayscale: #E5E5E5. Windows color (decimal): -2166087 or 12186334. OLE color: 12186334.

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

Color convert

RGB222242185-
CMYK0.0800.240.05
HSL81.05º68.67%83.73%-
HSV(B)81.05º23.55%94.9%-
XYZ70.6382.5458.11-
YUV229.52102.87122.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 242 (94.92% from 255) = 37.29%
BLUE value IS 185 (72.66% from 255) = 28.51%
R=34.21%
G=37.29%
B=28.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421850.0800.240.0581.0568.6783.73
HexDEF2B980185514554
Octal336362271100305121105124
Binary1101111011110010101110011000011000101101000110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2B9; }

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

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

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

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

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

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

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

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