color codes Logo

#dbe6eb color codes

#DBE6EB
(219,230,235)
0 Favorites   0 Comments

Color spaces of #dbe6eb

RGB 219230235
HSL0.550.290.89
HSV199°92°
CMYK 0.070.020.00   0.08
XYZ72.505677.651989.7641
Yxy77.65190.30220.3237
Hunter Lab88.1203-7.34031.2882
CIE-Lab90.6208-2.7147-3.7039

#dbe6eb color RGB value is (219,230,235).

#dbe6eb hex color red value is 219, green value is 230 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbe6eb hue: 0.55 , saturation: 0.29 and the lightness value of dbe6eb is 0.89.

The process color (four color CMYK) of #dbe6eb color code is 0.07, 0.02, 0.00, 0.08. Web safe color of #dbe6eb is #ccffff. Color #dbe6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 11101011
Octal 333 346 353
Decimal 219 230 235
Hex DB E6 EB

RGB Percentages of Color #dbe6eb

%32.02
%33.63
%34.36

CMYK Percentages of Color #dbe6eb

%7
%2
%0
%8

Triadic Colors of #dbe6eb

#dbe6eb #ebdbe6 #e6ebdb

Analogous Colors of #dbe6eb

#dbe6eb #dbdeeb #dbebe8

Monochromatic Colors of #dbe6eb

#dbe6eb

Complementary Color

#dbe6eb #ebe0db

#dbe6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe6eb Color CSS Codes

.mybgcolor {background-color:#dbe6eb; } 
.myforecolor {color:#dbe6eb; }
.mybordercolor {border:3px solid #dbe6eb; }

#dbe6eb Text Font Color

<p style="color:#dbe6eb">Text here</p>

This sample text font color is #dbe6eb
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.


#dbe6eb Background Color

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

This div background color is #dbe6eb


#dbe6eb Border Color

<div style="border:3px solid #dbe6eb">
Div here</div>

This div border color is #dbe6eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,230,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbe6eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbe6eb;
  -webkit-box-shadow: 1px 1px 3px 2px #dbe6eb;
  box-shadow:         1px 1px 3px 2px #dbe6eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,230,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbe6eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe6eb


Comments

No comments written yet.

Please login to write comment.