#D6EFEB

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

Shades of Tranquil #D6EFEB

Tints of Tranquil #D6EFEB

Color information

#D6EFEB (or 0xD6EFEB) is unknown color: approx Tranquil. HEX triplet: D6, EF and EB. RGB value is (214,239,235). Sum of RGB (Red+Green+Blue) = 214+239+235=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFEB is #291014. Grayscale: #E7E7E7. Windows color (decimal): -2691093 or 15462358. OLE color: 15462358.

HSL color Cylindrical-coordinate representation of color #D6EFEB: hue angle of 170.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EFEB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB214239235-
CMYK0.1000.020.06
HSL170.4º43.86%88.82%-
HSV(B)170.4º10.46%93.73%-
XYZ73.5982.0390.55-
YUV231.07130.22115.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.10%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=31.10%
G=34.74%
B=34.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142392350.1000.020.06170.443.8688.82
HexD6EFEBA026aa2c59
Octal3263573531202625254131
Binary1101011011101111111010111010010110101010101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFEB; }

 p { color: rgb(214,239,235); }

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

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

 a { background-color: rgb(214,239,235); }

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

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

 span { border-color: rgb(214,239,235); }

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