#DDE4DD

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

Shades of Aqua Squeeze #DDE4DD

Tints of Aqua Squeeze #DDE4DD

Color information

#DDE4DD (or 0xDDE4DD) is unknown color: approx Aqua Squeeze. HEX triplet: DD, E4 and DD. RGB value is (221,228,221). Sum of RGB (Red+Green+Blue) = 221+228+221=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4DD is #221B22. Grayscale: #E1E1E1. Windows color (decimal): -2235171 or 14542045. OLE color: 14542045.

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

Color convert

RGB221228221-
CMYK0.0300.030.11
HSL120º11.48%88.04%-
HSV(B)120º3.07%89.41%-
XYZ70.6176.0879.37-
YUV225.11125.68125.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 228 (89.45% from 255) = 34.03%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=32.99%
G=34.03%
B=32.99%

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
Decimal2212282210.0300.030.1112011.4888.04
HexDDE4DD303B78b58
Octal3353443353031317013130
Binary110111011110010011011101110111011111100010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4DD; }

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

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

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

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

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

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

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

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