#DCF3B6

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

Shades of Snow Flurry #DCF3B6

Tints of Snow Flurry #DCF3B6

Color information

#DCF3B6 (or 0xDCF3B6) is unknown color: approx Snow Flurry. HEX triplet: DC, F3 and B6. RGB value is (220,243,182). Sum of RGB (Red+Green+Blue) = 220+243+182=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 182 (71.48% from 255 or 28.22% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3B6 is #230C49. Grayscale: #E5E5E5. Windows color (decimal): -2296906 or 11989980. OLE color: 11989980.

HSL color Cylindrical-coordinate representation of color #DCF3B6: hue angle of 82.62º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCF3B6 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB220243182-
CMYK0.0900.250.05
HSL82.62º71.76%83.33%-
HSV(B)82.62º25.1%95.29%-
XYZ70.0182.6956.53-
YUV229.17101.38121.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 243 (95.31% from 255) = 37.67%
BLUE value IS 182 (71.48% from 255) = 28.22%
R=34.11%
G=37.67%
B=28.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431820.0900.250.0582.6271.7683.33
HexDCF3B690195534853
Octal334363266110315123110123
Binary1101110011110011101101101001011001101101001110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3B6; }

 p { color: rgb(220,243,182); }

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

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

 a { background-color: rgb(220,243,182); }

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

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

 span { border-color: rgb(220,243,182); }

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