#D9FACA

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

Shades of Snowy Mint #D9FACA

Tints of Snowy Mint #D9FACA

Color information

#D9FACA (or 0xD9FACA) is unknown color: approx Snowy Mint. HEX triplet: D9, FA and CA. RGB value is (217,250,202). Sum of RGB (Red+Green+Blue) = 217+250+202=669 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.44% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FACA is #260535. Grayscale: #EAEAEA. Windows color (decimal): -2491702 or 13302489. OLE color: 13302489.

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

Color convert

RGB217250202-
CMYK0.1300.190.02
HSL101.25º82.76%88.63%-
HSV(B)101.25º19.2%98.04%-
XYZ73.4687.3968.87-
YUV234.66109.57115.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.44%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=32.44%
G=37.37%
B=30.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172502020.1300.190.02101.2582.7688.63
HexD9FACAD0132655359
Octal331372312150232145123131
Binary110110011111101011001010110101001110110010110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FACA; }

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

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

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

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

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

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

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

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