#D9FACC

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

Shades of Snowy Mint #D9FACC

Tints of Snowy Mint #D9FACC

Color information

#D9FACC (or 0xD9FACC) is unknown color: approx Snowy Mint. HEX triplet: D9, FA and CC. RGB value is (217,250,204). Sum of RGB (Red+Green+Blue) = 217+250+204=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FACC is #260533. Grayscale: #EBEBEB. Windows color (decimal): -2491700 or 13433561. OLE color: 13433561.

HSL color Cylindrical-coordinate representation of color #D9FACC: hue angle of 103.04º 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 #D9FACC is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB217250204-
CMYK0.1300.180.02
HSL103.04º82.14%89.02%-
HSV(B)103.04º18.4%98.04%-
XYZ73.787.4870.13-
YUV234.89110.57115.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.34%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 204 (80.08% from 255) = 30.40%
R=32.34%
G=37.26%
B=30.40%

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
Decimal2172502040.1300.180.02103.0482.1489.02
HexD9FACCD0122675259
Octal331372314150222147122131
Binary110110011111101011001100110101001010110011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FACC; }

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

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

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

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

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

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

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

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