#DEFBB5

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

Shades of Snow Flurry #DEFBB5

Tints of Snow Flurry #DEFBB5

Color information

#DEFBB5 (or 0xDEFBB5) is unknown color: approx Snow Flurry. HEX triplet: DE, FB and B5. RGB value is (222,251,181). Sum of RGB (Red+Green+Blue) = 222+251+181=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBB5 is #21044A. Grayscale: #EAEAEA. Windows color (decimal): -2163787 or 11926494. OLE color: 11926494.

HSL color Cylindrical-coordinate representation of color #DEFBB5: hue angle of 84.86º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEFBB5 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB222251181-
CMYK0.1200.280.02
HSL84.86º89.74%84.71%-
HSV(B)84.86º27.89%98.43%-
XYZ72.9687.8656.83-
YUV234.3597.89119.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 251 (98.44% from 255) = 38.38%
BLUE value IS 181 (71.09% from 255) = 27.68%
R=33.94%
G=38.38%
B=27.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511810.1200.280.0284.8689.7484.71
HexDEFBB5C01C2555a55
Octal336373265140342125132125
Binary110111101111101110110101110001110010101010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBB5; }

 p { color: rgb(222,251,181); }

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

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

 a { background-color: rgb(222,251,181); }

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

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

 span { border-color: rgb(222,251,181); }

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