#DCF7DF

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

Shades of Frosted Mint #DCF7DF

Tints of Frosted Mint #DCF7DF

Color information

#DCF7DF (or 0xDCF7DF) is unknown color: approx Frosted Mint. HEX triplet: DC, F7 and DF. RGB value is (220,247,223). Sum of RGB (Red+Green+Blue) = 220+247+223=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7DF is #230820. Grayscale: #ECECEC. Windows color (decimal): -2295841 or 14677980. OLE color: 14677980.

HSL color Cylindrical-coordinate representation of color #DCF7DF: hue angle of 126.67º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF7DF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB220247223-
CMYK0.1100.100.03
HSL126.67º62.79%91.57%-
HSV(B)126.67º10.93%96.86%-
XYZ76.187.0682.61-
YUV236.19120.55116.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 247 (96.88% from 255) = 35.80%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=31.88%
G=35.80%
B=32.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202472230.1100.100.03126.6762.7991.57
HexDCF7DFB0A37f3f5c
Octal33436733713012317777134
Binary1101110011110111110111111011010101111111111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7DF; }

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

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

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

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

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

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

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

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