#DCF0BA

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

Shades of Snow Flurry #DCF0BA

Tints of Snow Flurry #DCF0BA

Color information

#DCF0BA (or 0xDCF0BA) is unknown color: approx Snow Flurry. HEX triplet: DC, F0 and BA. RGB value is (220,240,186). Sum of RGB (Red+Green+Blue) = 220+240+186=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0BA is #230F45. Grayscale: #E4E4E4. Windows color (decimal): -2297670 or 12251356. OLE color: 12251356.

HSL color Cylindrical-coordinate representation of color #DCF0BA: hue angle of 82.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCF0BA is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB220240186-
CMYK0.0800.220.06
HSL82.22º64.29%83.53%-
HSV(B)82.22º22.5%94.12%-
XYZ69.5481.0858.44-
YUV227.86104.37122.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 240 (94.14% from 255) = 37.15%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=34.06%
G=37.15%
B=28.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202401860.0800.220.0682.2264.2983.53
HexDCF0BA80166524054
Octal334360272100266122100124
Binary1101110011110000101110101000010110110101001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0BA; }

 p { color: rgb(220,240,186); }

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

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

 a { background-color: rgb(220,240,186); }

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

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

 span { border-color: rgb(220,240,186); }

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