#DCE9DD

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

Shades of Aqua Squeeze #DCE9DD

Tints of Aqua Squeeze #DCE9DD

Color information

#DCE9DD (or 0xDCE9DD) is unknown color: approx Aqua Squeeze. HEX triplet: DC, E9 and DD. RGB value is (220,233,221). Sum of RGB (Red+Green+Blue) = 220+233+221=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9DD is #231622. Grayscale: #E3E3E3. Windows color (decimal): -2299427 or 14543324. OLE color: 14543324.

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

Color convert

RGB220233221-
CMYK0.0600.050.09
HSL124.62º22.81%88.82%-
HSV(B)124.62º5.58%91.37%-
XYZ71.7178.7179.82-
YUV227.74124.19122.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=32.64%
G=34.57%
B=32.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202332210.0600.050.09124.6222.8188.82
HexDCE9DD60597d1759
Octal3343513356051117527131
Binary110111001110100111011101110010110011111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9DD; }

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

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

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

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

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

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

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

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