#DEF2B4

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

Shades of Snow Flurry #DEF2B4

Tints of Snow Flurry #DEF2B4

Color information

#DEF2B4 (or 0xDEF2B4) is unknown color: approx Snow Flurry. HEX triplet: DE, F2 and B4. RGB value is (222,242,180). Sum of RGB (Red+Green+Blue) = 222+242+180=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 180 (70.70% from 255 or 27.95% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2B4 is #210D4B. Grayscale: #E5E5E5. Windows color (decimal): -2166092 or 11858654. OLE color: 11858654.

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

Color convert

RGB222242180-
CMYK0.0800.260.05
HSL79.35º70.45%82.75%-
HSV(B)79.35º25.62%94.9%-
XYZ70.1182.3355.38-
YUV228.95100.37123.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 242 (94.92% from 255) = 37.58%
BLUE value IS 180 (70.70% from 255) = 27.95%
R=34.47%
G=37.58%
B=27.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421800.0800.260.0579.3570.4582.75
HexDEF2B4801A54f4653
Octal336362264100325117106123
Binary1101111011110010101101001000011010101100111110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2B4; }

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

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

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

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

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

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

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

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