#DEE3DE

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

Shades of Aqua Squeeze #DEE3DE

Tints of Aqua Squeeze #DEE3DE

Color information

#DEE3DE (or 0xDEE3DE) is unknown color: approx Aqua Squeeze. HEX triplet: DE, E3 and DE. RGB value is (222,227,222). Sum of RGB (Red+Green+Blue) = 222+227+222=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3DE is #211C21. Grayscale: #E0E0E0. Windows color (decimal): -2169890 or 14607326. OLE color: 14607326.

HSL color Cylindrical-coordinate representation of color #DEE3DE: hue angle of 120º degrees, saturation: 0.08, 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 #DEE3DE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB222227222-
CMYK0.0200.020.11
HSL120º8.2%88.04%-
HSV(B)120º2.2%89.02%-
XYZ70.7875.7480-
YUV224.94126.34125.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.08%
GREEN value IS 227 (89.06% from 255) = 33.83%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=33.08%
G=33.83%
B=33.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222272220.0200.020.111208.288.04
HexDEE3DE202B78858
Octal3363433362021317010130
Binary110111101110001111011110100101011111100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3DE; }

 p { color: rgb(222,227,222); }

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

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

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

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

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

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

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