#DDE3DD

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

Shades of Aqua Squeeze #DDE3DD

Tints of Aqua Squeeze #DDE3DD

Color information

#DDE3DD (or 0xDDE3DD) is unknown color: approx Aqua Squeeze. HEX triplet: DD, E3 and DD. RGB value is (221,227,221). Sum of RGB (Red+Green+Blue) = 221+227+221=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3DD is #221C22. Grayscale: #E0E0E0. Windows color (decimal): -2235427 or 14541789. OLE color: 14541789.

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

Color convert

RGB221227221-
CMYK0.0300.030.11
HSL120º9.68%87.84%-
HSV(B)120º2.64%89.02%-
XYZ70.3475.5379.28-
YUV224.52126.01125.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 227 (89.06% from 255) = 33.93%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=33.03%
G=33.93%
B=33.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272210.0300.030.111209.6887.84
HexDDE3DD303B78a58
Octal3353433353031317012130
Binary110111011110001111011101110111011111100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3DD; }

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

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

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

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

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

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

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

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