#DBE1DC

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

Shades of Aqua Squeeze #DBE1DC

Tints of Aqua Squeeze #DBE1DC

Color information

#DBE1DC (or 0xDBE1DC) is unknown color: approx Aqua Squeeze. HEX triplet: DB, E1 and DC. RGB value is (219,225,220). Sum of RGB (Red+Green+Blue) = 219+225+220=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1DC is #241E23. Grayscale: #DEDEDE. Windows color (decimal): -2367012 or 14475739. OLE color: 14475739.

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

Color convert

RGB219225220-
CMYK0.0300.020.12
HSL130º9.09%87.06%-
HSV(B)130º2.67%88.24%-
XYZ69.0674.0878.37-
YUV222.64126.51125.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.98%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=32.98%
G=33.89%
B=33.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192252200.0300.020.121309.0987.06
HexDBE1DC302C82957
Octal3333413343021420211127
Binary1101101111100001110111001101011001000001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1DC; }

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

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

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

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

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

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

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

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