#DBE5DC

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

Shades of Aqua Squeeze #DBE5DC

Tints of Aqua Squeeze #DBE5DC

Color information

#DBE5DC (or 0xDBE5DC) is unknown color: approx Aqua Squeeze. HEX triplet: DB, E5 and DC. RGB value is (219,229,220). Sum of RGB (Red+Green+Blue) = 219+229+220=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5DC is #241A23. Grayscale: #E1E1E1. Windows color (decimal): -2365988 or 14476763. OLE color: 14476763.

HSL color Cylindrical-coordinate representation of color #DBE5DC: hue angle of 126º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE5DC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB219229220-
CMYK0.0400.040.10
HSL126º16.13%87.84%-
HSV(B)126º4.37%89.8%-
XYZ70.1576.2778.73-
YUV224.98125.19123.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.78%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=32.78%
G=34.28%
B=32.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192292200.0400.040.1012616.1387.84
HexDBE5DC404A7e1058
Octal3333453344041217620130
Binary110110111110010111011100100010010101111110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5DC; }

 p { color: rgb(219,229,220); }

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

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

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

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

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

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

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