#DCFAC9

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

Shades of Snowy Mint #DCFAC9

Tints of Snowy Mint #DCFAC9

Color information

#DCFAC9 (or 0xDCFAC9) is unknown color: approx Snowy Mint. HEX triplet: DC, FA and C9. RGB value is (220,250,201). Sum of RGB (Red+Green+Blue) = 220+250+201=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAC9 is #230536. Grayscale: #EBEBEB. Windows color (decimal): -2295095 or 13236956. OLE color: 13236956.

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

Color convert

RGB220250201-
CMYK0.1200.200.02
HSL96.73º83.05%88.43%-
HSV(B)96.73º19.6%98.04%-
XYZ74.2487.868.29-
YUV235.44108.56116.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 201 (78.91% from 255) = 29.96%
R=32.79%
G=37.26%
B=29.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502010.1200.200.0296.7383.0588.43
HexDCFAC9C0142615358
Octal334372311140242141123130
Binary110111001111101011001001110001010010110000110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAC9; }

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

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

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

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

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

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

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

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