Color Hex Logo

#dbddeb Color Hex

#DBDDEB
(219,221,235)
0 Favorites   0 Comments

Color spaces of #dbddeb

RGB 219221235
HSL0.650.290.89
HSV233°92°
CMYK 0.070.060.00   0.08
XYZ70.065372.771188.9507
Yxy72.77110.30230.3140
Hunter Lab85.3060-2.6761-2.1090
CIE-Lab88.33841.9391-7.0709

#dbddeb color RGB value is (219,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 11101011
Octal 333 335 353
Decimal 219 221 235
Hex DB DD EB

RGB Percentages of Color #dbddeb

%32.44
%32.74
%34.81

CMYK Percentages of Color #dbddeb

%7
%6
%0
%8

Triadic Colors of #dbddeb

#dbddeb #ebdbdd #ddebdb

Analogous Colors of #dbddeb

#dbddeb #e1dbeb #dbe5eb

Monochromatic Colors of #dbddeb

#dbddeb

Complementary Color

#dbddeb #ebe9db

#dbddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddeb Color CSS Codes

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

#dbddeb Text Font Color

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

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


#dbddeb Background Color

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

This div background color is #dbddeb


#dbddeb Border Color

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

This div border color is #dbddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddeb


Comments

No comments written yet.

Please login to write comment.