#DCF5B8

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

Shades of Snow Flurry #DCF5B8

Tints of Snow Flurry #DCF5B8

Color information

#DCF5B8 (or 0xDCF5B8) is unknown color: approx Snow Flurry. HEX triplet: DC, F5 and B8. RGB value is (220,245,184). Sum of RGB (Red+Green+Blue) = 220+245+184=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 184 (72.27% from 255 or 28.35% from 649); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5B8 is #230A47. Grayscale: #E6E6E6. Windows color (decimal): -2296392 or 12121564. OLE color: 12121564.

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

Color convert

RGB220245184-
CMYK0.1000.250.04
HSL84.59º75.31%84.12%-
HSV(B)84.59º24.9%96.08%-
XYZ70.8283.9857.82-
YUV230.57101.72120.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 245 (96.09% from 255) = 37.75%
BLUE value IS 184 (72.27% from 255) = 28.35%
R=33.90%
G=37.75%
B=28.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202451840.1000.250.0484.5975.3184.12
HexDCF5B8A0194554b54
Octal334365270120314125113124
Binary1101110011110101101110001010011001100101010110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5B8; }

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

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

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

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

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

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

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

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