#D6F7F0

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

Shades of Tranquil #D6F7F0

Tints of Tranquil #D6F7F0

Color information

#D6F7F0 (or 0xD6F7F0) is unknown color: approx Tranquil. HEX triplet: D6, F7 and F0. RGB value is (214,247,240). Sum of RGB (Red+Green+Blue) = 214+247+240=701 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.53% from 701); Green value is 247 (96.88% from 255 or 35.24% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F7F0 is #29080F. Grayscale: #ECECEC. Windows color (decimal): -2689040 or 15792086. OLE color: 15792086.

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

Color convert

RGB214247240-
CMYK0.1300.030.03
HSL167.27º67.35%90.39%-
HSV(B)167.27º13.36%96.86%-
XYZ76.7287.1195.21-
YUV236.33130.07112.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.53%
GREEN value IS 247 (96.88% from 255) = 35.24%
BLUE value IS 240 (94.14% from 255) = 34.24%
R=30.53%
G=35.24%
B=34.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142472400.1300.030.03167.2767.3590.39
HexD6F7F0D033a7435a
Octal32636736015033247103132
Binary1101011011110111111100001101011111010011110000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F7F0; }

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

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

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

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

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

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

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

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