#DEE6E4

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

Shades of Tranquil #DEE6E4

Tints of Tranquil #DEE6E4

Color information

#DEE6E4 (or 0xDEE6E4) is unknown color: approx Tranquil. HEX triplet: DE, E6 and E4. RGB value is (222,230,228). Sum of RGB (Red+Green+Blue) = 222+230+228=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6E4 is #21191B. Grayscale: #E3E3E3. Windows color (decimal): -2169116 or 15001310. OLE color: 15001310.

HSL color Cylindrical-coordinate representation of color #DEE6E4: hue angle of 165º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE6E4 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB222230228-
CMYK0.0300.010.10
HSL165º13.79%88.63%-
HSV(B)165º3.48%90.2%-
XYZ72.4277.7284.58-
YUV227.38128.35124.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.65%
GREEN value IS 230 (90.23% from 255) = 33.82%
BLUE value IS 228 (89.45% from 255) = 33.53%
R=32.65%
G=33.82%
B=33.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222302280.0300.010.1016513.7988.63
HexDEE6E4301Aa5e59
Octal3363463443011224516131
Binary110111101110011011100100110110101010010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6E4; }

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

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

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

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

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

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

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

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