#DDE0DD

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

Shades of Aqua Squeeze #DDE0DD

Tints of Aqua Squeeze #DDE0DD

Color information

#DDE0DD (or 0xDDE0DD) is unknown color: approx Aqua Squeeze. HEX triplet: DD, E0 and DD. RGB value is (221,224,221). Sum of RGB (Red+Green+Blue) = 221+224+221=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0DD is #221F22. Grayscale: #DEDEDE. Windows color (decimal): -2236195 or 14541021. OLE color: 14541021.

HSL color Cylindrical-coordinate representation of color #DDE0DD: hue angle of 120º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDE0DD is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB221224221-
CMYK0.0100.010.12
HSL120º4.62%87.25%-
HSV(B)120º1.34%87.84%-
XYZ69.5373.979.01-
YUV222.76127.01126.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=33.18%
G=33.63%
B=33.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212242210.0100.010.121204.6287.25
HexDDE0DD101C78557
Octal335340335101141705127
Binary110111011110000011011101101110011110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0DD; }

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

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

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

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

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

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

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

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