#DCF1BE

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

Shades of Snow Flurry #DCF1BE

Tints of Snow Flurry #DCF1BE

Color information

#DCF1BE (or 0xDCF1BE) is unknown color: approx Snow Flurry. HEX triplet: DC, F1 and BE. RGB value is (220,241,190). Sum of RGB (Red+Green+Blue) = 220+241+190=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1BE is #230E41. Grayscale: #E5E5E5. Windows color (decimal): -2297410 or 12513756. OLE color: 12513756.

HSL color Cylindrical-coordinate representation of color #DCF1BE: hue angle of 84.71º degrees, saturation: 0.65, 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 #DCF1BE is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB220241190-
CMYK0.0900.210.05
HSL84.71º64.56%84.51%-
HSV(B)84.71º21.16%94.51%-
XYZ70.2681.8460.81-
YUV228.91106.04121.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 190 (74.61% from 255) = 29.19%
R=33.79%
G=37.02%
B=29.19%

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
Decimal2202411900.0900.210.0584.7164.5684.51
HexDCF1BE90155554155
Octal334361276110255125101125
Binary1101110011110001101111101001010101101101010110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1BE; }

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

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

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

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

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

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

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

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