#DBE7DD

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

Shades of Aqua Squeeze #DBE7DD

Tints of Aqua Squeeze #DBE7DD

Color information

#DBE7DD (or 0xDBE7DD) is unknown color: approx Aqua Squeeze. HEX triplet: DB, E7 and DD. RGB value is (219,231,221). Sum of RGB (Red+Green+Blue) = 219+231+221=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7DD is #241822. Grayscale: #E2E2E2. Windows color (decimal): -2365475 or 14542811. OLE color: 14542811.

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

Color convert

RGB219231221-
CMYK0.0500.040.09
HSL130º20%88.24%-
HSV(B)130º5.19%90.59%-
XYZ70.8477.4379.62-
YUV226.27125.02122.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.64%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=32.64%
G=34.43%
B=32.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192312210.0500.040.091302088.24
HexDBE7DD5049821458
Octal3333473355041120224130
Binary1101101111100111110111011010100100110000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7DD; }

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

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

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

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

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

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

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

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