#DCF1BF

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

Shades of Snow Flurry #DCF1BF

Tints of Snow Flurry #DCF1BF

Color information

#DCF1BF (or 0xDCF1BF) is unknown color: approx Snow Flurry. HEX triplet: DC, F1 and BF. RGB value is (220,241,191). Sum of RGB (Red+Green+Blue) = 220+241+191=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1BF is #230E40. Grayscale: #E5E5E5. Windows color (decimal): -2297409 or 12579292. OLE color: 12579292.

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

Color convert

RGB220241191-
CMYK0.0900.210.05
HSL85.2º64.1%84.71%-
HSV(B)85.2º20.75%94.51%-
XYZ70.3781.8961.39-
YUV229.02106.54121.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 191 (75% from 255) = 29.29%
R=33.74%
G=36.96%
B=29.29%

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
Decimal2202411910.0900.210.0585.264.184.71
HexDCF1BF90155554055
Octal334361277110255125100125
Binary1101110011110001101111111001010101101101010110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1BF; }

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

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

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

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

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

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

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

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