#DCE3DC

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

Shades of Aqua Squeeze #DCE3DC

Tints of Aqua Squeeze #DCE3DC

Color information

#DCE3DC (or 0xDCE3DC) is unknown color: approx Aqua Squeeze. HEX triplet: DC, E3 and DC. RGB value is (220,227,220). Sum of RGB (Red+Green+Blue) = 220+227+220=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3DC is #231C23. Grayscale: #E0E0E0. Windows color (decimal): -2300964 or 14476252. OLE color: 14476252.

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

Color convert

RGB220227220-
CMYK0.0300.030.11
HSL120º11.11%87.65%-
HSV(B)120º3.08%89.02%-
XYZ69.975.3278.56-
YUV224.11125.68125.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 227 (89.06% from 255) = 34.03%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=32.98%
G=34.03%
B=32.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202272200.0300.030.1112011.1187.65
HexDCE3DC303B78b58
Octal3343433343031317013130
Binary110111001110001111011100110111011111100010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3DC; }

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

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

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

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

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

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

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

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