Color Hex Logo

#dbdceb Color Hex

#DBDCEB
(219,220,235)
0 Favorites   0 Comments

Color spaces of #dbdceb

RGB 219220235
HSL0.660.290.89
HSV236°92°
CMYK 0.070.060.00   0.08
XYZ69.802072.244688.8629
Yxy72.24460.30230.3129
Hunter Lab84.9968-2.1548-2.4890
CIE-Lab88.08622.4599-7.4443

#dbdceb color RGB value is (219,220,235).

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

The process color (four color CMYK) of #dbdceb color hex is 0.07, 0.06, 0.00, 0.08. Web safe color of #dbdceb is #ccccff. Color #dbdceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 11101011
Octal 333 334 353
Decimal 219 220 235
Hex DB DC EB

RGB Percentages of Color #dbdceb

%32.49
%32.64
%34.87

CMYK Percentages of Color #dbdceb

%7
%6
%0
%8

Triadic Colors of #dbdceb

#dbdceb #ebdbdc #dcebdb

Analogous Colors of #dbdceb

#dbdceb #e2dbeb #dbe4eb

Monochromatic Colors of #dbdceb

#dbdceb

Complementary Color

#dbdceb #ebeadb

#dbdceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdceb Color CSS Codes

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

#dbdceb Text Font Color

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

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


#dbdceb Background Color

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

This div background color is #dbdceb


#dbdceb Border Color

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

This div border color is #dbdceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,220,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 #dbdceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdceb


Comments

No comments written yet.

Please login to write comment.