#DEF7BF

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

Shades of Snow Flurry #DEF7BF

Tints of Snow Flurry #DEF7BF

Color information

#DEF7BF (or 0xDEF7BF) is unknown color: approx Snow Flurry. HEX triplet: DE, F7 and BF. RGB value is (222,247,191). Sum of RGB (Red+Green+Blue) = 222+247+191=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF7BF is #210840. Grayscale: #E9E9E9. Windows color (decimal): -2164801 or 12580830. OLE color: 12580830.

HSL color Cylindrical-coordinate representation of color #DEF7BF: hue angle of 86.79º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEF7BF is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB222247191-
CMYK0.1000.230.03
HSL86.79º77.78%85.88%-
HSV(B)86.79º22.67%96.86%-
XYZ72.7985.8162.02-
YUV233.14104.22120.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 247 (96.88% from 255) = 37.42%
BLUE value IS 191 (75% from 255) = 28.94%
R=33.64%
G=37.42%
B=28.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222471910.1000.230.0386.7977.7885.88
HexDEF7BFA0173574e56
Octal336367277120273127116126
Binary110111101111011110111111101001011111101011110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF7BF; }

 p { color: rgb(222,247,191); }

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

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

 a { background-color: rgb(222,247,191); }

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

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

 span { border-color: rgb(222,247,191); }

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