#D9F2CD

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

Shades of Snowy Mint #D9F2CD

Tints of Snowy Mint #D9F2CD

Color information

#D9F2CD (or 0xD9F2CD) is unknown color: approx Snowy Mint. HEX triplet: D9, F2 and CD. RGB value is (217,242,205). Sum of RGB (Red+Green+Blue) = 217+242+205=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2CD is #260D32. Grayscale: #E6E6E6. Windows color (decimal): -2493747 or 13497049. OLE color: 13497049.

HSL color Cylindrical-coordinate representation of color #D9F2CD: hue angle of 100.54º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9F2CD is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB217242205-
CMYK0.1000.150.05
HSL100.54º58.73%87.65%-
HSV(B)100.54º15.29%94.9%-
XYZ71.3982.6669.95-
YUV230.31113.72118.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.68%
GREEN value IS 242 (94.92% from 255) = 36.45%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=32.68%
G=36.45%
B=30.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172422050.1000.150.05100.5458.7387.65
HexD9F2CDA0F5653b58
Octal33136231512017514573130
Binary11011001111100101100110110100111110111001011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F2CD; }

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

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

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

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

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

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

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

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