#DEFFBA

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

Shades of Snow Flurry #DEFFBA

Tints of Snow Flurry #DEFFBA

Color information

#DEFFBA (or 0xDEFFBA) is unknown color: approx Snow Flurry. HEX triplet: DE, FF and BA. RGB value is (222,255,186). Sum of RGB (Red+Green+Blue) = 222+255+186=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFBA is #210045. Grayscale: #EDEDED. Windows color (decimal): -2162758 or 12255198. OLE color: 12255198.

HSL color Cylindrical-coordinate representation of color #DEFFBA: hue angle of 88.7º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEFFBA is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB222255186-
CMYK0.1300.270
HSL88.7º100%86.47%-
HSV(B)88.7º27.06%100%-
XYZ74.7590.5960-
YUV237.2799.07117.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.48%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 186 (73.05% from 255) = 28.05%
R=33.48%
G=38.46%
B=28.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551860.1300.27088.710086.47
HexDEFFBAD01B0596456
Octal336377272150330131144126
Binary11011110111111111011101011010110110101100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFBA; }

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

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

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

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

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

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

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

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