#DEF5B7

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

Shades of Snow Flurry #DEF5B7

Tints of Snow Flurry #DEF5B7

Color information

#DEF5B7 (or 0xDEF5B7) is unknown color: approx Snow Flurry. HEX triplet: DE, F5 and B7. RGB value is (222,245,183). Sum of RGB (Red+Green+Blue) = 222+245+183=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 183 (71.88% from 255 or 28.15% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5B7 is #210A48. Grayscale: #E7E7E7. Windows color (decimal): -2165321 or 12056030. OLE color: 12056030.

HSL color Cylindrical-coordinate representation of color #DEF5B7: hue angle of 82.26º degrees, saturation: 0.76, 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 #DEF5B7 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB222245183-
CMYK0.0900.250.04
HSL82.26º75.61%83.92%-
HSV(B)82.26º25.31%96.08%-
XYZ71.3284.2557.3-
YUV231.05100.88121.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 245 (96.09% from 255) = 37.69%
BLUE value IS 183 (71.88% from 255) = 28.15%
R=34.15%
G=37.69%
B=28.15%

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
Decimal2222451830.0900.250.0482.2675.6183.92
HexDEF5B790194524c54
Octal336365267110314122114124
Binary1101111011110101101101111001011001100101001010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5B7; }

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

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

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

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

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

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

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

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