#DEE2E1

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

Shades of Tranquil #DEE2E1

Tints of Tranquil #DEE2E1

Color information

#DEE2E1 (or 0xDEE2E1) is unknown color: approx Tranquil. HEX triplet: DE, E2 and E1. RGB value is (222,226,225). Sum of RGB (Red+Green+Blue) = 222+226+225=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2E1 is #211D1E. Grayscale: #E0E0E0. Windows color (decimal): -2170143 or 14803678. OLE color: 14803678.

HSL color Cylindrical-coordinate representation of color #DEE2E1: hue angle of 165º degrees, saturation: 0.06, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEE2E1 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB222226225-
CMYK0.0200.000.11
HSL165º6.45%87.84%-
HSV(B)165º1.77%88.63%-
XYZ70.9175.3682.04-
YUV224.69128.17126.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.99%
GREEN value IS 226 (88.67% from 255) = 33.58%
BLUE value IS 225 (88.28% from 255) = 33.43%
R=32.99%
G=33.58%
B=33.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222262250.0200.000.111656.4587.84
HexDEE2E1200Ba5658
Octal336342341200132456130
Binary11011110111000101110000110001011101001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2E1; }

 p { color: rgb(222,226,225); }

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

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

 a { background-color: rgb(222,226,225); }

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

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

 span { border-color: rgb(222,226,225); }

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