#D4EFEA

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

Shades of Tranquil #D4EFEA

Tints of Tranquil #D4EFEA

Color information

#D4EFEA (or 0xD4EFEA) is unknown color: approx Tranquil. HEX triplet: D4, EF and EA. RGB value is (212,239,234). Sum of RGB (Red+Green+Blue) = 212+239+234=685 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.95% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EFEA is #2B1015. Grayscale: #E6E6E6. Windows color (decimal): -2822166 or 15396820. OLE color: 15396820.

HSL color Cylindrical-coordinate representation of color #D4EFEA: hue angle of 168.89º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EFEA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB212239234-
CMYK0.1100.020.06
HSL168.89º45.76%88.43%-
HSV(B)168.89º11.3%93.73%-
XYZ72.8781.6789.77-
YUV230.36130.05114.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.95%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=30.95%
G=34.89%
B=34.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122392340.1100.020.06168.8945.7688.43
HexD4EFEAB026a92e58
Octal3243573521302625156130
Binary1101010011101111111010101011010110101010011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EFEA; }

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

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

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

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

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

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

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

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