#D6F2EB

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

Shades of Tranquil #D6F2EB

Tints of Tranquil #D6F2EB

Color information

#D6F2EB (or 0xD6F2EB) is unknown color: approx Tranquil. HEX triplet: D6, F2 and EB. RGB value is (214,242,235). Sum of RGB (Red+Green+Blue) = 214+242+235=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F2EB is #290D14. Grayscale: #E8E8E8. Windows color (decimal): -2690325 or 15463126. OLE color: 15463126.

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

Color convert

RGB214242235-
CMYK0.1200.030.05
HSL165º51.85%89.41%-
HSV(B)165º11.57%94.9%-
XYZ74.4883.890.85-
YUV232.83129.22114.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.97%
GREEN value IS 242 (94.92% from 255) = 35.02%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=30.97%
G=35.02%
B=34.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142422350.1200.030.0516551.8589.41
HexD6F2EBC035a53459
Octal3263623531403524564131
Binary1101011011110010111010111100011101101001011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2EB; }

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

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

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

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

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

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

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

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