#D6EFEA

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

Shades of Tranquil #D6EFEA

Tints of Tranquil #D6EFEA

Color information

#D6EFEA (or 0xD6EFEA) is unknown color: approx Tranquil. HEX triplet: D6, EF and EA. RGB value is (214,239,234). Sum of RGB (Red+Green+Blue) = 214+239+234=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFEA is #291015. Grayscale: #E6E6E6. Windows color (decimal): -2691094 or 15396822. OLE color: 15396822.

HSL color Cylindrical-coordinate representation of color #D6EFEA: hue angle of 168º 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 #D6EFEA is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB214239234-
CMYK0.1000.020.06
HSL168º43.86%88.82%-
HSV(B)168º10.46%93.73%-
XYZ73.4581.9789.79-
YUV230.96129.72115.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.15%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=31.15%
G=34.79%
B=34.06%

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
Decimal2142392340.1000.020.0616843.8688.82
HexD6EFEAA026a82c59
Octal3263573521202625054131
Binary1101011011101111111010101010010110101010001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFEA; }

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

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

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

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

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

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

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

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