#D6F7CC

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

Shades of Snowy Mint #D6F7CC

Tints of Snowy Mint #D6F7CC

Color information

#D6F7CC (or 0xD6F7CC) is unknown color: approx Snowy Mint. HEX triplet: D6, F7 and CC. RGB value is (214,247,204). Sum of RGB (Red+Green+Blue) = 214+247+204=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F7CC is #290833. Grayscale: #E8E8E8. Windows color (decimal): -2689076 or 13432790. OLE color: 13432790.

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

Color convert

RGB214247204-
CMYK0.1300.170.03
HSL106.05º72.88%88.43%-
HSV(B)106.05º17.41%96.86%-
XYZ71.8985.1869.78-
YUV232.23112.07115-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.18%
GREEN value IS 247 (96.88% from 255) = 37.14%
BLUE value IS 204 (80.08% from 255) = 30.68%
R=32.18%
G=37.14%
B=30.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142472040.1300.170.03106.0572.8888.43
HexD6F7CCD01136a4958
Octal326367314150213152111130
Binary110101101111011111001100110101000111110101010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F7CC; }

 p { color: rgb(214,247,204); }

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

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

 a { background-color: rgb(214,247,204); }

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

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

 span { border-color: rgb(214,247,204); }

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