Color Hex Logo

#dbdbed Color Hex

#DBDBED
(219,219,237)
0 Favorites   0 Comments

Color spaces of #dbdbed

RGB 219219237
HSL0.670.330.89
HSV240°93°
CMYK 0.080.080.00   0.07
XYZ69.831071.837590.3063
Yxy71.83750.30100.3097
Hunter Lab84.7570-1.2592-3.8420
CIE-Lab87.89033.3667-8.7885

#dbdbed color RGB value is (219,219,237).

#dbdbed hex color red value is 219, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dbdbed hue: 0.67 , saturation: 0.33 and the lightness value of dbdbed is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 11101101
Octal 333 333 355
Decimal 219 219 237
Hex DB DB ED

RGB Percentages of Color #dbdbed

%32.44
%32.44
%35.11

CMYK Percentages of Color #dbdbed

%8
%8
%0
%7

Triadic Colors of #dbdbed

#dbdbed #eddbdb #dbeddb

Analogous Colors of #dbdbed

#dbdbed #e4dbed #dbe4ed

Monochromatic Colors of #dbdbed

#dbdbed

Complementary Color

#dbdbed #ededdb

#dbdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdbed Color CSS Codes

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

#dbdbed Text Font Color

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

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


#dbdbed Background Color

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

This div background color is #dbdbed


#dbdbed Border Color

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

This div border color is #dbdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdbed


Comments

No comments written yet.

Please login to write comment.