#D9FACE

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

Shades of Snowy Mint #D9FACE

Tints of Snowy Mint #D9FACE

Color information

#D9FACE (or 0xD9FACE) is unknown color: approx Snowy Mint. HEX triplet: D9, FA and CE. RGB value is (217,250,206). Sum of RGB (Red+Green+Blue) = 217+250+206=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FACE is #260531. Grayscale: #EBEBEB. Windows color (decimal): -2491698 or 13564633. OLE color: 13564633.

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

Color convert

RGB217250206-
CMYK0.1300.180.02
HSL105º81.48%89.41%-
HSV(B)105º17.6%98.04%-
XYZ73.9487.5871.4-
YUV235.12111.57115.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.24%
GREEN value IS 250 (98.05% from 255) = 37.15%
BLUE value IS 206 (80.86% from 255) = 30.61%
R=32.24%
G=37.15%
B=30.61%

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
Decimal2172502060.1300.180.0210581.4889.41
HexD9FACED0122695159
Octal331372316150222151121131
Binary110110011111101011001110110101001010110100110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FACE; }

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

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

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

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

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

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

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

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