#DCF7DE

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

Shades of Frosted Mint #DCF7DE

Tints of Frosted Mint #DCF7DE

Color information

#DCF7DE (or 0xDCF7DE) is unknown color: approx Frosted Mint. HEX triplet: DC, F7 and DE. RGB value is (220,247,222). Sum of RGB (Red+Green+Blue) = 220+247+222=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7DE is #230821. Grayscale: #ECECEC. Windows color (decimal): -2295842 or 14612444. OLE color: 14612444.

HSL color Cylindrical-coordinate representation of color #DCF7DE: hue angle of 124.44º 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 #DCF7DE is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB220247222-
CMYK0.1100.100.03
HSL124.44º62.79%91.57%-
HSV(B)124.44º10.93%96.86%-
XYZ75.9687.0181.9-
YUV236.08120.05116.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 247 (96.88% from 255) = 35.85%
BLUE value IS 222 (87.11% from 255) = 32.22%
R=31.93%
G=35.85%
B=32.22%

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
Decimal2202472220.1100.100.03124.4462.7991.57
HexDCF7DEB0A37c3f5c
Octal33436733613012317477134
Binary1101110011110111110111101011010101111111001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7DE; }

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

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

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

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

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

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

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

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