#D9F8CD

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

Shades of Snowy Mint #D9F8CD

Tints of Snowy Mint #D9F8CD

Color information

#D9F8CD (or 0xD9F8CD) is unknown color: approx Snowy Mint. HEX triplet: D9, F8 and CD. RGB value is (217,248,205). Sum of RGB (Red+Green+Blue) = 217+248+205=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F8CD is #260732. Grayscale: #E9E9E9. Windows color (decimal): -2492211 or 13498585. OLE color: 13498585.

HSL color Cylindrical-coordinate representation of color #D9F8CD: hue angle of 103.26º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9F8CD is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB217248205-
CMYK0.1200.170.03
HSL103.26º75.44%88.82%-
HSV(B)103.26º17.34%97.25%-
XYZ73.286.2970.56-
YUV233.83111.73116-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.39%
GREEN value IS 248 (97.27% from 255) = 37.01%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=32.39%
G=37.01%
B=30.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2172482050.1200.170.03103.2675.4488.82
HexD9F8CDC0113674b59
Octal331370315140213147113131
Binary110110011111100011001101110001000111110011110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F8CD; }

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

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

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

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

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

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

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

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