#D6F5EF

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

Shades of Tranquil #D6F5EF

Tints of Tranquil #D6F5EF

Color information

#D6F5EF (or 0xD6F5EF) is unknown color: approx Tranquil. HEX triplet: D6, F5 and EF. RGB value is (214,245,239). Sum of RGB (Red+Green+Blue) = 214+245+239=698 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.66% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F5EF is #290A10. Grayscale: #EBEBEB. Windows color (decimal): -2689553 or 15726038. OLE color: 15726038.

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

Color convert

RGB214245239-
CMYK0.1300.020.04
HSL168.39º60.78%90%-
HSV(B)168.39º12.65%96.08%-
XYZ75.9685.8394.23-
YUV235.05130.23112.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.66%
GREEN value IS 245 (96.09% from 255) = 35.10%
BLUE value IS 239 (93.75% from 255) = 34.24%
R=30.66%
G=35.10%
B=34.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142452390.1300.020.04168.3960.7890
HexD6F5EFD024a83d5a
Octal3263653571502425075132
Binary1101011011110101111011111101010100101010001111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F5EF; }

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

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

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

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

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

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

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

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