#DEFCB6

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

Shades of Snow Flurry #DEFCB6

Tints of Snow Flurry #DEFCB6

Color information

#DEFCB6 (or 0xDEFCB6) is unknown color: approx Snow Flurry. HEX triplet: DE, FC and B6. RGB value is (222,252,182). Sum of RGB (Red+Green+Blue) = 222+252+182=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 182 (71.48% from 255 or 27.74% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCB6 is #210349. Grayscale: #EBEBEB. Windows color (decimal): -2163530 or 11992286. OLE color: 11992286.

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

Color convert

RGB222252182-
CMYK0.1200.280.01
HSL85.71º92.11%85.1%-
HSV(B)85.71º27.78%98.82%-
XYZ73.3888.5357.48-
YUV235.0598.06118.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 252 (98.83% from 255) = 38.41%
BLUE value IS 182 (71.48% from 255) = 27.74%
R=33.84%
G=38.41%
B=27.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222521820.1200.280.0185.7192.1185.1
HexDEFCB6C01C1565c55
Octal336374266140341126134125
Binary11011110111111001011011011000111001101011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCB6; }

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

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

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

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

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

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

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

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