#DBE3DB

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

Shades of Aqua Squeeze #DBE3DB

Tints of Aqua Squeeze #DBE3DB

Color information

#DBE3DB (or 0xDBE3DB) is unknown color: approx Aqua Squeeze. HEX triplet: DB, E3 and DB. RGB value is (219,227,219). Sum of RGB (Red+Green+Blue) = 219+227+219=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3DB is #241C24. Grayscale: #DFDFDF. Windows color (decimal): -2366501 or 14410715. OLE color: 14410715.

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

Color convert

RGB219227219-
CMYK0.0400.040.11
HSL120º12.5%87.45%-
HSV(B)120º3.52%89.02%-
XYZ69.4775.1177.85-
YUV223.7125.35124.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.93%
GREEN value IS 227 (89.06% from 255) = 34.14%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=32.93%
G=34.14%
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.11
SystemRedGreenBlueCMYKHSL
Decimal2192272190.0400.040.1112012.587.45
HexDBE3DB404B78d57
Octal3333433334041317015127
Binary11011011111000111101101110001001011111100011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3DB; }

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

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

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

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

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

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

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

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