#DCF9DF

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

Shades of Frosted Mint #DCF9DF

Tints of Frosted Mint #DCF9DF

Color information

#DCF9DF (or 0xDCF9DF) is unknown color: approx Frosted Mint. HEX triplet: DC, F9 and DF. RGB value is (220,249,223). Sum of RGB (Red+Green+Blue) = 220+249+223=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9DF is #230620. Grayscale: #EDEDED. Windows color (decimal): -2295329 or 14678492. OLE color: 14678492.

HSL color Cylindrical-coordinate representation of color #DCF9DF: hue angle of 126.21º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF9DF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB220249223-
CMYK0.1200.100.02
HSL126.21º70.73%91.96%-
HSV(B)126.21º11.65%97.65%-
XYZ76.7188.2982.81-
YUV237.36119.89115.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.79%
GREEN value IS 249 (97.66% from 255) = 35.98%
BLUE value IS 223 (87.5% from 255) = 32.23%
R=31.79%
G=35.98%
B=32.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202492230.1200.100.02126.2170.7391.96
HexDCF9DFC0A27e475c
Octal334371337140122176107134
Binary11011100111110011101111111000101010111111010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9DF; }

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

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

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

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

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

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

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

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