#DEF9B6

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

Shades of Snow Flurry #DEF9B6

Tints of Snow Flurry #DEF9B6

Color information

#DEF9B6 (or 0xDEF9B6) is unknown color: approx Snow Flurry. HEX triplet: DE, F9 and B6. RGB value is (222,249,182). Sum of RGB (Red+Green+Blue) = 222+249+182=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 182 (71.48% from 255 or 27.87% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF9B6 is #210649. Grayscale: #E9E9E9. Windows color (decimal): -2164298 or 11991518. OLE color: 11991518.

HSL color Cylindrical-coordinate representation of color #DEF9B6: hue angle of 84.18º degrees, saturation: 0.85, 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 #DEF9B6 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB222249182-
CMYK0.1100.270.02
HSL84.18º84.81%84.51%-
HSV(B)84.18º26.91%97.65%-
XYZ72.4486.6657.16-
YUV233.2999.05119.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 182 (71.48% from 255) = 27.87%
R=34.00%
G=38.13%
B=27.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222491820.1100.270.0284.1884.8184.51
HexDEF9B6B01B2545555
Octal336371266130332124125125
Binary110111101111100110110110101101101110101010010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9B6; }

 p { color: rgb(222,249,182); }

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

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

 a { background-color: rgb(222,249,182); }

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

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

 span { border-color: rgb(222,249,182); }

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