#DCE5DD

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

Shades of Aqua Squeeze #DCE5DD

Tints of Aqua Squeeze #DCE5DD

Color information

#DCE5DD (or 0xDCE5DD) is unknown color: approx Aqua Squeeze. HEX triplet: DC, E5 and DD. RGB value is (220,229,221). Sum of RGB (Red+Green+Blue) = 220+229+221=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5DD is #231A22. Grayscale: #E1E1E1. Windows color (decimal): -2300451 or 14542300. OLE color: 14542300.

HSL color Cylindrical-coordinate representation of color #DCE5DD: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE5DD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB220229221-
CMYK0.0400.030.10
HSL126.67º14.75%88.04%-
HSV(B)126.67º3.93%89.8%-
XYZ70.5976.4779.45-
YUV225.4125.52124.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.84%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=32.84%
G=34.18%
B=32.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202292210.0400.030.10126.6714.7588.04
HexDCE5DD403A7ff58
Octal3343453354031217717130
Binary1101110011100101110111011000111010111111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5DD; }

 p { color: rgb(220,229,221); }

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

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

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

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

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

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

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