#DCF5BA

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

Shades of Snow Flurry #DCF5BA

Tints of Snow Flurry #DCF5BA

Color information

#DCF5BA (or 0xDCF5BA) is unknown color: approx Snow Flurry. HEX triplet: DC, F5 and BA. RGB value is (220,245,186). Sum of RGB (Red+Green+Blue) = 220+245+186=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5BA is #230A45. Grayscale: #E7E7E7. Windows color (decimal): -2296390 or 12252636. OLE color: 12252636.

HSL color Cylindrical-coordinate representation of color #DCF5BA: hue angle of 85.42º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCF5BA is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB220245186-
CMYK0.1000.240.04
HSL85.42º74.68%84.51%-
HSV(B)85.42º24.08%96.08%-
XYZ71.0384.0758.94-
YUV230.8102.72120.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 245 (96.09% from 255) = 37.63%
BLUE value IS 186 (73.05% from 255) = 28.57%
R=33.79%
G=37.63%
B=28.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202451860.1000.240.0485.4274.6884.51
HexDCF5BAA0184554b55
Octal334365272120304125113125
Binary1101110011110101101110101010011000100101010110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5BA; }

 p { color: rgb(220,245,186); }

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

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

 a { background-color: rgb(220,245,186); }

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

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

 span { border-color: rgb(220,245,186); }

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