#DCF4BE

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

Shades of Snow Flurry #DCF4BE

Tints of Snow Flurry #DCF4BE

Color information

#DCF4BE (or 0xDCF4BE) is unknown color: approx Snow Flurry. HEX triplet: DC, F4 and BE. RGB value is (220,244,190). Sum of RGB (Red+Green+Blue) = 220+244+190=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF4BE is #230B41. Grayscale: #E6E6E6. Windows color (decimal): -2296642 or 12514524. OLE color: 12514524.

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

Color convert

RGB220244190-
CMYK0.1000.220.04
HSL86.67º71.05%85.1%-
HSV(B)86.67º22.13%95.69%-
XYZ71.1683.6361.11-
YUV230.67105.05120.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 244 (95.70% from 255) = 37.31%
BLUE value IS 190 (74.61% from 255) = 29.05%
R=33.64%
G=37.31%
B=29.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202441900.1000.220.0486.6771.0585.1
HexDCF4BEA0164574755
Octal334364276120264127107125
Binary1101110011110100101111101010010110100101011110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF4BE; }

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

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

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

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

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

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

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

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