#DFF0EC

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

Shades of Tranquil #DFF0EC

Tints of Tranquil #DFF0EC

Color information

#DFF0EC (or 0xDFF0EC) is unknown color: approx Tranquil. HEX triplet: DF, F0 and EC. RGB value is (223,240,236). Sum of RGB (Red+Green+Blue) = 223+240+236=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0EC is #200F13. Grayscale: #EAEAEA. Windows color (decimal): -2101012 or 15528159. OLE color: 15528159.

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

Color convert

RGB223240236-
CMYK0.0700.020.06
HSL165.88º36.17%90.78%-
HSV(B)165.88º7.08%94.12%-
XYZ76.7384.0691.54-
YUV234.46128.87119.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.90%
GREEN value IS 240 (94.14% from 255) = 34.33%
BLUE value IS 236 (92.58% from 255) = 33.76%
R=31.90%
G=34.33%
B=33.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232402360.0700.020.06165.8836.1790.78
HexDFF0EC7026a6245b
Octal337360354702624644133
Binary110111111111000011101100111010110101001101001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0EC; }

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

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

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

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

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

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

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

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