#D6F2EC

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

Shades of Tranquil #D6F2EC

Tints of Tranquil #D6F2EC

Color information

#D6F2EC (or 0xD6F2EC) is unknown color: approx Tranquil. HEX triplet: D6, F2 and EC. RGB value is (214,242,236). Sum of RGB (Red+Green+Blue) = 214+242+236=692 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.92% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F2EC is #290D13. Grayscale: #E8E8E8. Windows color (decimal): -2690324 or 15528662. OLE color: 15528662.

HSL color Cylindrical-coordinate representation of color #D6F2EC: hue angle of 167.14º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F2EC is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB214242236-
CMYK0.1200.020.05
HSL167.14º51.85%89.41%-
HSV(B)167.14º11.57%94.9%-
XYZ74.6283.8691.61-
YUV232.94129.72114.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.92%
GREEN value IS 242 (94.92% from 255) = 34.97%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=30.92%
G=34.97%
B=34.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142422360.1200.020.05167.1451.8589.41
HexD6F2ECC025a73459
Octal3263623541402524764131
Binary1101011011110010111011001100010101101001111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2EC; }

 p { color: rgb(214,242,236); }

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

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

 a { background-color: rgb(214,242,236); }

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

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

 span { border-color: rgb(214,242,236); }

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