#DDE5DE

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

Shades of Aqua Squeeze #DDE5DE

Tints of Aqua Squeeze #DDE5DE

Color information

#DDE5DE (or 0xDDE5DE) is unknown color: approx Aqua Squeeze. HEX triplet: DD, E5 and DE. RGB value is (221,229,222). Sum of RGB (Red+Green+Blue) = 221+229+222=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5DE is #221A21. Grayscale: #E1E1E1. Windows color (decimal): -2234914 or 14607837. OLE color: 14607837.

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

Color convert

RGB221229222-
CMYK0.0300.030.10
HSL127.5º13.33%88.24%-
HSV(B)127.5º3.49%89.8%-
XYZ71.0276.6880.17-
YUV225.81125.85124.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 229 (89.84% from 255) = 34.08%
BLUE value IS 222 (87.11% from 255) = 33.04%
R=32.89%
G=34.08%
B=33.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212292220.0300.030.10127.513.3388.24
HexDDE5DE303A7fd58
Octal3353453363031217715130
Binary110111011110010111011110110111010111111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5DE; }

 p { color: rgb(221,229,222); }

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

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

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

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

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

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

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