#DCF4BC

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

Shades of Snow Flurry #DCF4BC

Tints of Snow Flurry #DCF4BC

Color information

#DCF4BC (or 0xDCF4BC) is unknown color: approx Snow Flurry. HEX triplet: DC, F4 and BC. RGB value is (220,244,188). Sum of RGB (Red+Green+Blue) = 220+244+188=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF4BC is #230B43. Grayscale: #E6E6E6. Windows color (decimal): -2296644 or 12383452. OLE color: 12383452.

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

Color convert

RGB220244188-
CMYK0.1000.230.04
HSL85.71º71.79%84.71%-
HSV(B)85.71º22.95%95.69%-
XYZ70.9483.5559.96-
YUV230.44104.05120.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 244 (95.70% from 255) = 37.42%
BLUE value IS 188 (73.83% from 255) = 28.83%
R=33.74%
G=37.42%
B=28.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202441880.1000.230.0485.7171.7984.71
HexDCF4BCA0174564855
Octal334364274120274126110125
Binary1101110011110100101111001010010111100101011010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF4BC; }

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

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

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

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

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

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

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

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