#DCF2BF

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

Shades of Snow Flurry #DCF2BF

Tints of Snow Flurry #DCF2BF

Color information

#DCF2BF (or 0xDCF2BF) is unknown color: approx Snow Flurry. HEX triplet: DC, F2 and BF. RGB value is (220,242,191). Sum of RGB (Red+Green+Blue) = 220+242+191=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2BF is #230D40. Grayscale: #E5E5E5. Windows color (decimal): -2297153 or 12579548. OLE color: 12579548.

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

Color convert

RGB220242191-
CMYK0.0900.210.05
HSL85.88º66.23%84.9%-
HSV(B)85.88º21.07%94.9%-
XYZ70.6782.4861.49-
YUV229.61106.21121.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 191 (75% from 255) = 29.25%
R=33.69%
G=37.06%
B=29.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202421910.0900.210.0585.8866.2384.9
HexDCF2BF90155564255
Octal334362277110255126102125
Binary1101110011110010101111111001010101101101011010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2BF; }

 p { color: rgb(220,242,191); }

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

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

 a { background-color: rgb(220,242,191); }

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

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

 span { border-color: rgb(220,242,191); }

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