#DEFFB9

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

Shades of Snow Flurry #DEFFB9

Tints of Snow Flurry #DEFFB9

Color information

#DEFFB9 (or 0xDEFFB9) is unknown color: approx Snow Flurry. HEX triplet: DE, FF and B9. RGB value is (222,255,185). Sum of RGB (Red+Green+Blue) = 222+255+185=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 185 (72.66% from 255 or 27.95% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFB9 is #210046. Grayscale: #EDEDED. Windows color (decimal): -2162759 or 12189662. OLE color: 12189662.

HSL color Cylindrical-coordinate representation of color #DEFFB9: hue angle of 88.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEFFB9 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB222255185-
CMYK0.1300.270
HSL88.29º100%86.27%-
HSV(B)88.29º27.45%100%-
XYZ74.6490.5559.44-
YUV237.1598.57117.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 185 (72.66% from 255) = 27.95%
R=33.53%
G=38.52%
B=27.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551850.1300.27088.2910086.27
HexDEFFB9D01B0586456
Octal336377271150330130144126
Binary11011110111111111011100111010110110101100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFB9; }

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

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

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

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

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

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

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

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