#D9FDCD

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

Shades of Snowy Mint #D9FDCD

Tints of Snowy Mint #D9FDCD

Color information

#D9FDCD (or 0xD9FDCD) is unknown color: approx Snowy Mint. HEX triplet: D9, FD and CD. RGB value is (217,253,205). Sum of RGB (Red+Green+Blue) = 217+253+205=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDCD is #260232. Grayscale: #ECECEC. Windows color (decimal): -2490931 or 13499865. OLE color: 13499865.

HSL color Cylindrical-coordinate representation of color #D9FDCD: hue angle of 105º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9FDCD is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB217253205-
CMYK0.1400.190.01
HSL105º92.31%89.8%-
HSV(B)105º18.97%99.22%-
XYZ74.7689.4171.08-
YUV236.76110.07113.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.15%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=32.15%
G=37.48%
B=30.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172532050.1400.190.0110592.3189.8
HexD9FDCDE0131695c5a
Octal331375315160231151134132
Binary11011001111111011100110111100100111110100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FDCD; }

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

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

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

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

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

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

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

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