#D6F8CD

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

Shades of Snowy Mint #D6F8CD

Tints of Snowy Mint #D6F8CD

Color information

#D6F8CD (or 0xD6F8CD) is unknown color: approx Snowy Mint. HEX triplet: D6, F8 and CD. RGB value is (214,248,205). Sum of RGB (Red+Green+Blue) = 214+248+205=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F8CD is #290732. Grayscale: #E9E9E9. Windows color (decimal): -2688819 or 13498582. OLE color: 13498582.

HSL color Cylindrical-coordinate representation of color #D6F8CD: hue angle of 107.44º 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 #D6F8CD is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB214248205-
CMYK0.1400.170.03
HSL107.44º75.44%88.82%-
HSV(B)107.44º17.34%97.25%-
XYZ72.3285.8470.51-
YUV232.93112.24114.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.08%
GREEN value IS 248 (97.27% from 255) = 37.18%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=32.08%
G=37.18%
B=30.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142482050.1400.170.03107.4475.4488.82
HexD6F8CDE01136b4b59
Octal326370315160213153113131
Binary110101101111100011001101111001000111110101110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F8CD; }

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

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

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

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

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

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

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

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