Color Hex Logo

#dbdde4 Color Hex

#DBDDE4
(219,221,228)
0 Favorites   0 Comments

Color spaces of #dbdde4

RGB 219221228
HSL0.630.140.88
HSV227°89°
CMYK 0.040.030.00   0.11
XYZ69.073572.374483.7279
Yxy72.37440.30680.3214
Hunter Lab85.0731-3.94841.1987
CIE-Lab88.14850.6165-3.6651

#dbdde4 color RGB value is (219,221,228).

#dbdde4 hex color red value is 219, green value is 221 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #dbdde4 hue: 0.63 , saturation: 0.14 and the lightness value of dbdde4 is 0.88.

The process color (four color CMYK) of #dbdde4 color hex is 0.04, 0.03, 0.00, 0.11. Web safe color of #dbdde4 is #cccccc. Color #dbdde4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 11100100
Octal 333 335 344
Decimal 219 221 228
Hex DB DD E4

RGB Percentages of Color #dbdde4

%32.78
%33.08
%34.13

CMYK Percentages of Color #dbdde4

%4
%3
%0
%11

Triadic Colors of #dbdde4

#dbdde4 #e4dbdd #dde4db

Analogous Colors of #dbdde4

#dbdde4 #dedbe4 #dbe2e4

Monochromatic Colors of #dbdde4

#dbdde4

Complementary Color

#dbdde4 #e4e2db

#dbdde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdde4 Color CSS Codes

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

#dbdde4 Text Font Color

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

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


#dbdde4 Background Color

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

This div background color is #dbdde4


#dbdde4 Border Color

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

This div border color is #dbdde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdde4

#dbdde4 Color Palettes


Comments

No comments written yet.

Please login to write comment.