#D4F2EC

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

Shades of Tranquil #D4F2EC

Tints of Tranquil #D4F2EC

Color information

#D4F2EC (or 0xD4F2EC) is unknown color: approx Tranquil. HEX triplet: D4, F2 and EC. RGB value is (212,242,236). Sum of RGB (Red+Green+Blue) = 212+242+236=690 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.72% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4F2EC is #2B0D13. Grayscale: #E8E8E8. Windows color (decimal): -2821396 or 15528660. OLE color: 15528660.

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

Color convert

RGB212242236-
CMYK0.1200.020.05
HSL168º53.57%89.02%-
HSV(B)168º12.4%94.9%-
XYZ74.0483.5691.58-
YUV232.35130.06113.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.72%
GREEN value IS 242 (94.92% from 255) = 35.07%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=30.72%
G=35.07%
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
Decimal2122422360.1200.020.0516853.5789.02
HexD4F2ECC025a83659
Octal3243623541402525066131
Binary1101010011110010111011001100010101101010001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F2EC; }

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

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

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

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

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

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

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

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