#DCF0EC

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

Shades of Tranquil #DCF0EC

Tints of Tranquil #DCF0EC

Color information

#DCF0EC (or 0xDCF0EC) is unknown color: approx Tranquil. HEX triplet: DC, F0 and EC. RGB value is (220,240,236). Sum of RGB (Red+Green+Blue) = 220+240+236=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0EC is #230F13. Grayscale: #E9E9E9. Windows color (decimal): -2297620 or 15528156. OLE color: 15528156.

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

Color convert

RGB220240236-
CMYK0.0800.020.06
HSL168º40%90.2%-
HSV(B)168º8.33%94.12%-
XYZ75.8283.5991.5-
YUV233.56129.37118.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.61%
GREEN value IS 240 (94.14% from 255) = 34.48%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=31.61%
G=34.48%
B=33.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202402360.0800.020.061684090.2
HexDCF0EC8026a8285a
Octal3343603541002625050132
Binary1101110011110000111011001000010110101010001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0EC; }

 p { color: rgb(220,240,236); }

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

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

 a { background-color: rgb(220,240,236); }

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

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

 span { border-color: rgb(220,240,236); }

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