#DEFDBA

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

Shades of Snow Flurry #DEFDBA

Tints of Snow Flurry #DEFDBA

Color information

#DEFDBA (or 0xDEFDBA) is unknown color: approx Snow Flurry. HEX triplet: DE, FD and BA. RGB value is (222,253,186). Sum of RGB (Red+Green+Blue) = 222+253+186=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDBA is #210245. Grayscale: #ECECEC. Windows color (decimal): -2163270 or 12254686. OLE color: 12254686.

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

Color convert

RGB222253186-
CMYK0.1200.260.01
HSL87.76º94.37%86.08%-
HSV(B)87.76º26.48%99.22%-
XYZ74.1189.3359.79-
YUV236.0999.73117.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.59%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 186 (73.05% from 255) = 28.14%
R=33.59%
G=38.28%
B=28.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222531860.1200.260.0187.7694.3786.08
HexDEFDBAC01A1585e56
Octal336375272140321130136126
Binary11011110111111011011101011000110101101100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDBA; }

 p { color: rgb(222,253,186); }

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

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

 a { background-color: rgb(222,253,186); }

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

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

 span { border-color: rgb(222,253,186); }

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