#DCE8DD

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

Shades of Aqua Squeeze #DCE8DD

Tints of Aqua Squeeze #DCE8DD

Color information

#DCE8DD (or 0xDCE8DD) is unknown color: approx Aqua Squeeze. HEX triplet: DC, E8 and DD. RGB value is (220,232,221). Sum of RGB (Red+Green+Blue) = 220+232+221=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8DD is #231722. Grayscale: #E3E3E3. Windows color (decimal): -2299683 or 14543068. OLE color: 14543068.

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

Color convert

RGB220232221-
CMYK0.0500.050.09
HSL125º20.69%88.63%-
HSV(B)125º5.17%90.98%-
XYZ71.4278.1579.73-
YUV227.16124.52122.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 232 (91.02% from 255) = 34.47%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=32.69%
G=34.47%
B=32.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202322210.0500.050.0912520.6988.63
HexDCE8DD50597d1559
Octal3343503355051117525131
Binary110111001110100011011101101010110011111101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8DD; }

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

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

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

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

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

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

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

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