#DEF4B6

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

Shades of Snow Flurry #DEF4B6

Tints of Snow Flurry #DEF4B6

Color information

#DEF4B6 (or 0xDEF4B6) is unknown color: approx Snow Flurry. HEX triplet: DE, F4 and B6. RGB value is (222,244,182). Sum of RGB (Red+Green+Blue) = 222+244+182=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 182 (71.48% from 255 or 28.09% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF4B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF4B6 is #210B49. Grayscale: #E6E6E6. Windows color (decimal): -2165578 or 11990238. OLE color: 11990238.

HSL color Cylindrical-coordinate representation of color #DEF4B6: hue angle of 81.29º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEF4B6 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB222244182-
CMYK0.0900.250.04
HSL81.29º73.81%83.53%-
HSV(B)81.29º25.41%95.69%-
XYZ70.9283.6156.66-
YUV230.35100.71122.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 244 (95.70% from 255) = 37.65%
BLUE value IS 182 (71.48% from 255) = 28.09%
R=34.26%
G=37.65%
B=28.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222441820.0900.250.0481.2973.8183.53
HexDEF4B690194514a54
Octal336364266110314121112124
Binary1101111011110100101101101001011001100101000110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF4B6; }

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

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

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

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

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

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

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

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