#dbe2e5

#dbe2e5 color hex

#dbe2e5 hex color information.
RGB value of #dbe2e5 is (219,226,229)
Change page background color to #dbe2e5 | Reset

#dbe2e5 rgb color chart

Color spaces of #dbe2e5

RGB 219226229
HSL0.550.160.88
HSV198°90°
CMYK 0.040.010.00   0.10
XYZ70.552675.109984.9079
Yxy75.10990.30600.3258
Hunter Lab86.6660-6.35312.5789
CIE-Lab89.4444-1.7835-2.2874

Shades of #dbe2e5

Tints of #dbe2e5

RGB Percentages of Color #dbe2e5

%32.49
%33.53
%33.98

CMYK Percentages of Color #dbe2e5

%4
%1
%0
%10

#dbe2e5 Color Info

#dbe2e5 hex color red value is 219, green value is 226 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #dbe2e5 hue: 0.55 , saturation: 0.16 and the lightness value of dbe2e5 is 0.88.

The process color (four color CMYK) of #dbe2e5 hex color is 0.04, 0.01, 0.00, 0.10. Web safe color of #dbe2e5 is #cccccc

Color #dbe2e5 contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 11100101
Octal 333 342 345
Decimal 219 226 229
Hexadecimal DB E2 E5

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #dbe2e5

Triadic Colors of #dbe2e5

#dbe2e5 #e5dae2 #e2e5da

Analogous Colors of #dbe2e5

#dbe2e5 #dadce5 #dae5e3

Complementary Color of #dbe2e5

#dbe2e5 #e5ddda

#dbe2e5 HSL Color Chart
#dbe2e5 hsl color chart
#dbe2e5 RGB Color Chart

#dbe2e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe2e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe2e5 Color CSS Codes

.mybgcolor {background-color:#dbe2e5; } 
.myforecolor {color:#dbe2e5; }
.mybordercolor {border:3px solid #dbe2e5; }
Sample text font color #dbe2e5

This sample text font color is #dbe2e5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#dbe2e5">Text here</p>
#dbe2e5 background color

This div background color is #dbe2e5

<div style="background-color:#dbe2e5">
Div content here</div>
#dbe2e5 border color

This div border color is #dbe2e5

<div style="border:3px solid #dbe2e5">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #dbe2e5 Color Sample
#dbe2e5border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(219,226,229, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #dbe2e5; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #dbe2e5;
  -webkit-box-shadow: 1px 1px 3px 2px #dbe2e5;
  box-shadow:         1px 1px 3px 2px #dbe2e5; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,226,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbe2e5">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #dbe2e5

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbe2e5;
  -webkit-box-shadow: 1px 1px 3px 2px #dbe2e5;
  box-shadow:         1px 1px 3px 2px #dbe2e5;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top