#DCF6DF

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

Shades of Frosted Mint #DCF6DF

Tints of Frosted Mint #DCF6DF

Color information

#DCF6DF (or 0xDCF6DF) is unknown color: approx Frosted Mint. HEX triplet: DC, F6 and DF. RGB value is (220,246,223). Sum of RGB (Red+Green+Blue) = 220+246+223=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6DF is #230920. Grayscale: #EBEBEB. Windows color (decimal): -2296097 or 14677724. OLE color: 14677724.

HSL color Cylindrical-coordinate representation of color #DCF6DF: hue angle of 126.92º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6DF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB220246223-
CMYK0.1100.090.04
HSL126.92º59.09%91.37%-
HSV(B)126.92º10.57%96.47%-
XYZ75.7986.4582.5-
YUV235.6120.89116.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 246 (96.48% from 255) = 35.70%
BLUE value IS 223 (87.5% from 255) = 32.37%
R=31.93%
G=35.70%
B=32.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202462230.1100.090.04126.9259.0991.37
HexDCF6DFB0947f3b5b
Octal33436633713011417773133
Binary11011100111101101101111110110100110011111111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6DF; }

 p { color: rgb(220,246,223); }

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

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

 a { background-color: rgb(220,246,223); }

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

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

 span { border-color: rgb(220,246,223); }

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