#DCFACA

Color #DCFACA Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #DCFACA

Tints of Snowy Mint #DCFACA

Color information

#DCFACA (or 0xDCFACA) is unknown color: approx Snowy Mint. HEX triplet: DC, FA and CA. RGB value is (220,250,202). Sum of RGB (Red+Green+Blue) = 220+250+202=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFACA is #230535. Grayscale: #EBEBEB. Windows color (decimal): -2295094 or 13302492. OLE color: 13302492.

HSL color Cylindrical-coordinate representation of color #DCFACA: hue angle of 97.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCFACA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB220250202-
CMYK0.1200.190.02
HSL97.5º82.76%88.63%-
HSV(B)97.5º19.2%98.04%-
XYZ74.3687.8568.91-
YUV235.56109.06116.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 202 (79.30% from 255) = 30.06%
R=32.74%
G=37.20%
B=30.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502020.1200.190.0297.582.7688.63
HexDCFACAC0132625359
Octal334372312140232142123131
Binary110111001111101011001010110001001110110001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFACA; }

 p { color: rgb(220,250,202); }

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

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

 a { background-color: rgb(220,250,202); }

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

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

 span { border-color: rgb(220,250,202); }

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