#DCF3BC

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

Shades of Snow Flurry #DCF3BC

Tints of Snow Flurry #DCF3BC

Color information

#DCF3BC (or 0xDCF3BC) is unknown color: approx Snow Flurry. HEX triplet: DC, F3 and BC. RGB value is (220,243,188). Sum of RGB (Red+Green+Blue) = 220+243+188=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3BC is #230C43. Grayscale: #E6E6E6. Windows color (decimal): -2296900 or 12383196. OLE color: 12383196.

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

Color convert

RGB220243188-
CMYK0.0900.230.05
HSL85.09º69.62%84.51%-
HSV(B)85.09º22.63%95.29%-
XYZ70.6482.9559.86-
YUV229.85104.38120.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 243 (95.31% from 255) = 37.33%
BLUE value IS 188 (73.83% from 255) = 28.88%
R=33.79%
G=37.33%
B=28.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431880.0900.230.0585.0969.6284.51
HexDCF3BC90175554655
Octal334363274110275125106125
Binary1101110011110011101111001001010111101101010110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3BC; }

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

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

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

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

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

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

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

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