#D9FACD

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

Shades of Snowy Mint #D9FACD

Tints of Snowy Mint #D9FACD

Color information

#D9FACD (or 0xD9FACD) is unknown color: approx Snowy Mint. HEX triplet: D9, FA and CD. RGB value is (217,250,205). Sum of RGB (Red+Green+Blue) = 217+250+205=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FACD is #260532. Grayscale: #EBEBEB. Windows color (decimal): -2491699 or 13499097. OLE color: 13499097.

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

Color convert

RGB217250205-
CMYK0.1300.180.02
HSL104º81.82%89.22%-
HSV(B)104º18%98.04%-
XYZ73.8287.5370.76-
YUV235111.07115.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.29%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 205 (80.47% from 255) = 30.51%
R=32.29%
G=37.20%
B=30.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172502050.1300.180.0210481.8289.22
HexD9FACDD0122685259
Octal331372315150222150122131
Binary110110011111101011001101110101001010110100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FACD; }

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

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

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

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

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

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

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

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