Color Hex Logo

#dbdeeb Color Hex

#DBDEEB
(219,222,235)
0 Favorites   0 Comments

Color spaces of #dbdeeb

RGB 219222235
HSL0.640.290.89
HSV229°92°
CMYK 0.070.060.00   0.08
XYZ70.330173.300889.0389
Yxy73.30080.30230.3150
Hunter Lab85.6159-3.1970-1.7294
CIE-Lab88.59101.4189-6.6973

#dbdeeb color RGB value is (219,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 11101011
Octal 333 336 353
Decimal 219 222 235
Hex DB DE EB

RGB Percentages of Color #dbdeeb

%32.40
%32.84
%34.76

CMYK Percentages of Color #dbdeeb

%7
%6
%0
%8

Triadic Colors of #dbdeeb

#dbdeeb #ebdbde #deebdb

Analogous Colors of #dbdeeb

#dbdeeb #e0dbeb #dbe6eb

Monochromatic Colors of #dbdeeb

#dbdeeb

Complementary Color

#dbdeeb #ebe8db

#dbdeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdeeb Color CSS Codes

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

#dbdeeb Text Font Color

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

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


#dbdeeb Background Color

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

This div background color is #dbdeeb


#dbdeeb Border Color

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

This div border color is #dbdeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdeeb


Comments

No comments written yet.

Please login to write comment.