#DCF1B7

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

Shades of Snow Flurry #DCF1B7

Tints of Snow Flurry #DCF1B7

Color information

#DCF1B7 (or 0xDCF1B7) is unknown color: approx Snow Flurry. HEX triplet: DC, F1 and B7. RGB value is (220,241,183). Sum of RGB (Red+Green+Blue) = 220+241+183=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 183 (71.88% from 255 or 28.42% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1B7 is #230E48. Grayscale: #E4E4E4. Windows color (decimal): -2297417 or 12055004. OLE color: 12055004.

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

Color convert

RGB220241183-
CMYK0.0900.240.05
HSL81.72º67.44%83.14%-
HSV(B)81.72º24.07%94.51%-
XYZ69.5281.5556.88-
YUV228.11102.54122.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 183 (71.88% from 255) = 28.42%
R=34.16%
G=37.42%
B=28.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411830.0900.240.0581.7267.4483.14
HexDCF1B790185524353
Octal334361267110305122103123
Binary1101110011110001101101111001011000101101001010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1B7; }

 p { color: rgb(220,241,183); }

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

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

 a { background-color: rgb(220,241,183); }

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

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

 span { border-color: rgb(220,241,183); }

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