#DCE7DD

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

Shades of Aqua Squeeze #DCE7DD

Tints of Aqua Squeeze #DCE7DD

Color information

#DCE7DD (or 0xDCE7DD) is unknown color: approx Aqua Squeeze. HEX triplet: DC, E7 and DD. RGB value is (220,231,221). Sum of RGB (Red+Green+Blue) = 220+231+221=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7DD is #231822. Grayscale: #E2E2E2. Windows color (decimal): -2299939 or 14542812. OLE color: 14542812.

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

Color convert

RGB220231221-
CMYK0.0500.040.09
HSL125.45º18.64%88.43%-
HSV(B)125.45º4.76%90.59%-
XYZ71.1477.5979.63-
YUV226.57124.86123.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=32.74%
G=34.38%
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
Decimal2202312210.0500.040.09125.4518.6488.43
HexDCE7DD50497d1358
Octal3343473355041117523130
Binary110111001110011111011101101010010011111101100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7DD; }

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

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

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

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

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

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

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

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