#DCE1DC

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

Shades of Aqua Squeeze #DCE1DC

Tints of Aqua Squeeze #DCE1DC

Color information

#DCE1DC (or 0xDCE1DC) is unknown color: approx Aqua Squeeze. HEX triplet: DC, E1 and DC. RGB value is (220,225,220). Sum of RGB (Red+Green+Blue) = 220+225+220=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1DC is #231E23. Grayscale: #DEDEDE. Windows color (decimal): -2301476 or 14475740. OLE color: 14475740.

HSL color Cylindrical-coordinate representation of color #DCE1DC: hue angle of 120º degrees, saturation: 0.08, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCE1DC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB220225220-
CMYK0.0200.020.12
HSL120º7.69%87.25%-
HSV(B)120º2.22%88.24%-
XYZ69.3674.2378.38-
YUV222.94126.34125.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.08%
GREEN value IS 225 (88.28% from 255) = 33.83%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=33.08%
G=33.83%
B=33.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202252200.0200.020.121207.6987.25
HexDCE1DC202C78857
Octal3343413342021417010127
Binary110111001110000111011100100101100111100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1DC; }

 p { color: rgb(220,225,220); }

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

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

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

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

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

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

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