#DDE4DE

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

Shades of Aqua Squeeze #DDE4DE

Tints of Aqua Squeeze #DDE4DE

Color information

#DDE4DE (or 0xDDE4DE) is unknown color: approx Aqua Squeeze. HEX triplet: DD, E4 and DE. RGB value is (221,228,222). Sum of RGB (Red+Green+Blue) = 221+228+222=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4DE is #221B21. Grayscale: #E1E1E1. Windows color (decimal): -2235170 or 14607581. OLE color: 14607581.

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

Color convert

RGB221228222-
CMYK0.0300.030.11
HSL128.57º11.48%88.04%-
HSV(B)128.57º3.07%89.41%-
XYZ70.7576.1380.07-
YUV225.22126.18124.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 228 (89.45% from 255) = 33.98%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=32.94%
G=33.98%
B=33.08%

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
Decimal2212282220.0300.030.11128.5711.4888.04
HexDDE4DE303B81b58
Octal3353443363031320113130
Binary1101110111100100110111101101110111000000110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4DE; }

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

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

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

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

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

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

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

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