#DCF6B6

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

Shades of Snow Flurry #DCF6B6

Tints of Snow Flurry #DCF6B6

Color information

#DCF6B6 (or 0xDCF6B6) is unknown color: approx Snow Flurry. HEX triplet: DC, F6 and B6. RGB value is (220,246,182). Sum of RGB (Red+Green+Blue) = 220+246+182=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 182 (71.48% from 255 or 28.09% from 648); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6B6 is #230949. Grayscale: #E7E7E7. Windows color (decimal): -2296138 or 11990748. OLE color: 11990748.

HSL color Cylindrical-coordinate representation of color #DCF6B6: hue angle of 84.38º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCF6B6 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB220246182-
CMYK0.1100.260.04
HSL84.38º78.05%83.92%-
HSV(B)84.38º26.02%96.47%-
XYZ70.9184.556.83-
YUV230.93100.39120.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 246 (96.48% from 255) = 37.96%
BLUE value IS 182 (71.48% from 255) = 28.09%
R=33.95%
G=37.96%
B=28.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202461820.1100.260.0484.3878.0583.92
HexDCF6B6B01A4544e54
Octal334366266130324124116124
Binary1101110011110110101101101011011010100101010010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6B6; }

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

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

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

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

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

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

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

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