#D6F5ED

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

Shades of Tranquil #D6F5ED

Tints of Tranquil #D6F5ED

Color information

#D6F5ED (or 0xD6F5ED) is unknown color: approx Tranquil. HEX triplet: D6, F5 and ED. RGB value is (214,245,237). Sum of RGB (Red+Green+Blue) = 214+245+237=696 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.75% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F5ED is #290A12. Grayscale: #EAEAEA. Windows color (decimal): -2689555 or 15594966. OLE color: 15594966.

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

Color convert

RGB214245237-
CMYK0.1300.030.04
HSL164.52º60.78%90%-
HSV(B)164.52º12.65%96.08%-
XYZ75.6785.7292.68-
YUV234.82129.23113.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.75%
GREEN value IS 245 (96.09% from 255) = 35.20%
BLUE value IS 237 (92.97% from 255) = 34.05%
R=30.75%
G=35.20%
B=34.05%

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
Decimal2142452370.1300.030.04164.5260.7890
HexD6F5EDD034a53d5a
Octal3263653551503424575132
Binary1101011011110101111011011101011100101001011111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F5ED; }

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

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

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

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

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

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

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

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