#D6F2ED

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

Shades of Tranquil #D6F2ED

Tints of Tranquil #D6F2ED

Color information

#D6F2ED (or 0xD6F2ED) is unknown color: approx Tranquil. HEX triplet: D6, F2 and ED. RGB value is (214,242,237). Sum of RGB (Red+Green+Blue) = 214+242+237=693 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.88% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F2ED is #290D12. Grayscale: #E9E9E9. Windows color (decimal): -2690323 or 15594198. OLE color: 15594198.

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

Color convert

RGB214242237-
CMYK0.1200.020.05
HSL169.29º51.85%89.41%-
HSV(B)169.29º11.57%94.9%-
XYZ74.7783.9192.38-
YUV233.06130.22114.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.88%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=30.88%
G=34.92%
B=34.20%

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
Decimal2142422370.1200.020.05169.2951.8589.41
HexD6F2EDC025a93459
Octal3263623551402525164131
Binary1101011011110010111011011100010101101010011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2ED; }

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

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

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

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

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

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

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

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