#DDE8DE

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

Shades of Aqua Squeeze #DDE8DE

Tints of Aqua Squeeze #DDE8DE

Color information

#DDE8DE (or 0xDDE8DE) is unknown color: approx Aqua Squeeze. HEX triplet: DD, E8 and DE. RGB value is (221,232,222). Sum of RGB (Red+Green+Blue) = 221+232+222=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8DE is #221721. Grayscale: #E3E3E3. Windows color (decimal): -2234146 or 14608605. OLE color: 14608605.

HSL color Cylindrical-coordinate representation of color #DDE8DE: hue angle of 125.45º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE8DE is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB221232222-
CMYK0.0500.040.09
HSL125.45º19.3%88.82%-
HSV(B)125.45º4.74%90.98%-
XYZ71.8678.3680.44-
YUV227.57124.86123.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 232 (91.02% from 255) = 34.37%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=32.74%
G=34.37%
B=32.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212322220.0500.040.09125.4519.388.82
HexDDE8DE50497d1359
Octal3353503365041117523131
Binary110111011110100011011110101010010011111101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8DE; }

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

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

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

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

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

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

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

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