#D6F5EE

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

Shades of Tranquil #D6F5EE

Tints of Tranquil #D6F5EE

Color information

#D6F5EE (or 0xD6F5EE) is unknown color: approx Tranquil. HEX triplet: D6, F5 and EE. RGB value is (214,245,238). Sum of RGB (Red+Green+Blue) = 214+245+238=697 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.70% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F5EE is #290A11. Grayscale: #EAEAEA. Windows color (decimal): -2689554 or 15660502. OLE color: 15660502.

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

Color convert

RGB214245238-
CMYK0.1300.030.04
HSL166.45º60.78%90%-
HSV(B)166.45º12.65%96.08%-
XYZ75.8285.7793.45-
YUV234.93129.73113.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.70%
GREEN value IS 245 (96.09% from 255) = 35.15%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=30.70%
G=35.15%
B=34.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142452380.1300.030.04166.4560.7890
HexD6F5EED034a63d5a
Octal3263653561503424675132
Binary1101011011110101111011101101011100101001101111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F5EE; }

 p { color: rgb(214,245,238); }

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

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

 a { background-color: rgb(214,245,238); }

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

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

 span { border-color: rgb(214,245,238); }

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