#DEFBB7

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

Shades of Snow Flurry #DEFBB7

Tints of Snow Flurry #DEFBB7

Color information

#DEFBB7 (or 0xDEFBB7) is unknown color: approx Snow Flurry. HEX triplet: DE, FB and B7. RGB value is (222,251,183). Sum of RGB (Red+Green+Blue) = 222+251+183=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 183 (71.88% from 255 or 27.90% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBB7 is #210448. Grayscale: #EAEAEA. Windows color (decimal): -2163785 or 12057566. OLE color: 12057566.

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

Color convert

RGB222251183-
CMYK0.1200.270.02
HSL85.59º89.47%85.1%-
HSV(B)85.59º27.09%98.43%-
XYZ73.1787.9457.92-
YUV234.5898.89119.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 251 (98.44% from 255) = 38.26%
BLUE value IS 183 (71.88% from 255) = 27.90%
R=33.84%
G=38.26%
B=27.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511830.1200.270.0285.5989.4785.1
HexDEFBB7C01B2565955
Octal336373267140332126131125
Binary110111101111101110110111110001101110101011010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBB7; }

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

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

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

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

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

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

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

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