#D9FADC

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

Shades of Frosted Mint #D9FADC

Tints of Frosted Mint #D9FADC

Color information

#D9FADC (or 0xD9FADC) is unknown color: approx Frosted Mint. HEX triplet: D9, FA and DC. RGB value is (217,250,220). Sum of RGB (Red+Green+Blue) = 217+250+220=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FADC is #260523. Grayscale: #ECECEC. Windows color (decimal): -2491684 or 14482137. OLE color: 14482137.

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

Color convert

RGB217250220-
CMYK0.1300.120.02
HSL125.45º76.74%91.57%-
HSV(B)125.45º13.2%98.04%-
XYZ75.7288.2980.76-
YUV236.71118.57113.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.59%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=31.59%
G=36.39%
B=32.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172502200.1300.120.02125.4576.7491.57
HexD9FADCD0C27d4d5c
Octal331372334150142175115134
Binary11011001111110101101110011010110010111110110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FADC; }

 p { color: rgb(217,250,220); }

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

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

 a { background-color: rgb(217,250,220); }

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

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

 span { border-color: rgb(217,250,220); }

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