Color Hex Logo

#dbdde1 Color Hex

#DBDDE1
(219,221,225)
0 Favorites   0 Comments

Color spaces of #dbdde1

RGB 219221225
HSL0.610.090.87
HSV220°88°
CMYK 0.030.020.00   0.12
XYZ68.660572.209281.5531
Yxy72.20920.30870.3246
Hunter Lab84.9760-4.48022.5814
CIE-Lab88.06920.0606-2.2014

#dbdde1 color RGB value is (219,221,225).

#dbdde1 hex color red value is 219, green value is 221 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dbdde1 hue: 0.61 , saturation: 0.09 and the lightness value of dbdde1 is 0.87.

The process color (four color CMYK) of #dbdde1 color hex is 0.03, 0.02, 0.00, 0.12. Web safe color of #dbdde1 is #cccccc. Color #dbdde1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 11100001
Octal 333 335 341
Decimal 219 221 225
Hex DB DD E1

RGB Percentages of Color #dbdde1

%32.93
%33.23
%33.83

CMYK Percentages of Color #dbdde1

%3
%2
%0
%12

Triadic Colors of #dbdde1

#dbdde1 #e1dbdd #dde1db

Analogous Colors of #dbdde1

#dbdde1 #dcdbe1 #dbe0e1

Monochromatic Colors of #dbdde1

#dbdde1

Complementary Color

#dbdde1 #e1dfdb

#dbdde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdde1 Color CSS Codes

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

#dbdde1 Text Font Color

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

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


#dbdde1 Background Color

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

This div background color is #dbdde1


#dbdde1 Border Color

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

This div border color is #dbdde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdde1


Comments

No comments written yet.

Please login to write comment.