#DCF8DE

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

Shades of Frosted Mint #DCF8DE

Tints of Frosted Mint #DCF8DE

Color information

#DCF8DE (or 0xDCF8DE) is unknown color: approx Frosted Mint. HEX triplet: DC, F8 and DE. RGB value is (220,248,222). Sum of RGB (Red+Green+Blue) = 220+248+222=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8DE is #230721. Grayscale: #ECECEC. Windows color (decimal): -2295586 or 14612700. OLE color: 14612700.

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

Color convert

RGB220248222-
CMYK0.1100.100.03
HSL124.29º66.67%91.76%-
HSV(B)124.29º11.29%97.25%-
XYZ76.2787.6282-
YUV236.66119.72116.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 248 (97.27% from 255) = 35.94%
BLUE value IS 222 (87.11% from 255) = 32.17%
R=31.88%
G=35.94%
B=32.17%

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
Decimal2202482220.1100.100.03124.2966.6791.76
HexDCF8DEB0A37c435c
Octal334370336130123174103134
Binary11011100111110001101111010110101011111110010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8DE; }

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

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

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

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

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

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

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

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