#DBE8DD

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

Shades of Aqua Squeeze #DBE8DD

Tints of Aqua Squeeze #DBE8DD

Color information

#DBE8DD (or 0xDBE8DD) is unknown color: approx Aqua Squeeze. HEX triplet: DB, E8 and DD. RGB value is (219,232,221). Sum of RGB (Red+Green+Blue) = 219+232+221=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8DD is #241722. Grayscale: #E2E2E2. Windows color (decimal): -2365219 or 14543067. OLE color: 14543067.

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

Color convert

RGB219232221-
CMYK0.0600.050.09
HSL129.23º22.03%88.43%-
HSV(B)129.23º5.6%90.98%-
XYZ71.1277.9979.71-
YUV226.86124.69122.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.59%
GREEN value IS 232 (91.02% from 255) = 34.52%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=32.59%
G=34.52%
B=32.89%

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
Decimal2192322210.0600.050.09129.2322.0388.43
HexDBE8DD6059811658
Octal3333503356051120126130
Binary1101101111101000110111011100101100110000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8DD; }

 p { color: rgb(219,232,221); }

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

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

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

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

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

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

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