#DEF0EC

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

Shades of Tranquil #DEF0EC

Tints of Tranquil #DEF0EC

Color information

#DEF0EC (or 0xDEF0EC) is unknown color: approx Tranquil. HEX triplet: DE, F0 and EC. RGB value is (222,240,236). Sum of RGB (Red+Green+Blue) = 222+240+236=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF0EC is #210F13. Grayscale: #EAEAEA. Windows color (decimal): -2166548 or 15528158. OLE color: 15528158.

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

Color convert

RGB222240236-
CMYK0.0800.020.06
HSL166.67º37.5%90.59%-
HSV(B)166.67º7.5%94.12%-
XYZ76.4283.9191.52-
YUV234.16129.04119.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.81%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 236 (92.58% from 255) = 33.81%
R=31.81%
G=34.38%
B=33.81%

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
Decimal2222402360.0800.020.06166.6737.590.59
HexDEF0EC8026a7265b
Octal3363603541002624746133
Binary1101111011110000111011001000010110101001111001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0EC; }

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

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

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

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

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

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

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

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