#DDE5DD

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

Shades of Aqua Squeeze #DDE5DD

Tints of Aqua Squeeze #DDE5DD

Color information

#DDE5DD (or 0xDDE5DD) is unknown color: approx Aqua Squeeze. HEX triplet: DD, E5 and DD. RGB value is (221,229,221). Sum of RGB (Red+Green+Blue) = 221+229+221=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5DD is #221A22. Grayscale: #E1E1E1. Windows color (decimal): -2234915 or 14542301. OLE color: 14542301.

HSL color Cylindrical-coordinate representation of color #DDE5DD: hue angle of 120º 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 #DDE5DD is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB221229221-
CMYK0.0300.030.10
HSL120º13.33%88.24%-
HSV(B)120º3.49%89.8%-
XYZ70.8976.6379.46-
YUV225.7125.35124.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 229 (89.84% from 255) = 34.13%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=32.94%
G=34.13%
B=32.94%

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
Decimal2212292210.0300.030.1012013.3388.24
HexDDE5DD303A78d58
Octal3353453353031217015130
Binary110111011110010111011101110111010111100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5DD; }

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

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

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

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

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

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

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

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