Color Hex Logo

#d0dbdd Color Hex

#D0DBDD
(208,219,221)
0 Favorites   0 Comments

Color spaces of #d0dbdd

RGB 208219221
HSL0.530.160.84
HSV189°87°
CMYK 0.060.010.00   0.13
XYZ64.395169.293478.3876
Yxy69.29340.30360.3267
Hunter Lab83.2427-7.59012.4379
CIE-Lab86.6491-3.3080-2.2687

#d0dbdd color RGB value is (208,219,221).

#d0dbdd hex color red value is 208, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d0dbdd hue: 0.53 , saturation: 0.16 and the lightness value of d0dbdd is 0.84.

The process color (four color CMYK) of #d0dbdd color hex is 0.06, 0.01, 0.00, 0.13. Web safe color of #d0dbdd is #cccccc. Color #d0dbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011011 11011101
Octal 320 333 335
Decimal 208 219 221
Hex D0 DB DD

RGB Percentages of Color #d0dbdd

%32.10
%33.80
%34.10

CMYK Percentages of Color #d0dbdd

%6
%1
%0
%13

Triadic Colors of #d0dbdd

#d0dbdd #ddd0db #dbddd0

Analogous Colors of #d0dbdd

#d0dbdd #d0d5dd #d0ddd9

Monochromatic Colors of #d0dbdd

#d0dbdd

Complementary Color

#d0dbdd #ddd2d0

#d0dbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dbdd Color CSS Codes

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

#d0dbdd Text Font Color

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

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


#d0dbdd Background Color

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

This div background color is #d0dbdd


#d0dbdd Border Color

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

This div border color is #d0dbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dbdd


Comments

No comments written yet.

Please login to write comment.