#DEE8E6

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

Shades of Tranquil #DEE8E6

Tints of Tranquil #DEE8E6

Color information

#DEE8E6 (or 0xDEE8E6) is unknown color: approx Tranquil. HEX triplet: DE, E8 and E6. RGB value is (222,232,230). Sum of RGB (Red+Green+Blue) = 222+232+230=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 232 (91.02% from 255 or 33.92% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8E6 is #211719. Grayscale: #E4E4E4. Windows color (decimal): -2168602 or 15132894. OLE color: 15132894.

HSL color Cylindrical-coordinate representation of color #DEE8E6: hue angle of 168º degrees, saturation: 0.18, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE8E6 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB222232230-
CMYK0.0400.010.09
HSL168º17.86%89.02%-
HSV(B)168º4.31%90.98%-
XYZ73.2678.9686.24-
YUV228.78128.69123.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.46%
GREEN value IS 232 (91.02% from 255) = 33.92%
BLUE value IS 230 (90.23% from 255) = 33.63%
R=32.46%
G=33.92%
B=33.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222322300.0400.010.0916817.8689.02
HexDEE8E64019a81259
Octal3363503464011125022131
Binary11011110111010001110011010001100110101000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8E6; }

 p { color: rgb(222,232,230); }

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

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

 a { background-color: rgb(222,232,230); }

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

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

 span { border-color: rgb(222,232,230); }

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