Color Hex Logo

#d1d2db Color Hex

#D1D2DB
(209,210,219)
0 Favorites   0 Comments

Color spaces of #d1d2db

RGB 209210219
HSL0.650.120.84
HSV234°86°
CMYK 0.050.040.00   0.14
XYZ62.127364.763076.2439
Yxy64.76300.30580.3188
Hunter Lab80.4755-3.02950.1604
CIE-Lab84.36151.3358-4.5638

#d1d2db color RGB value is (209,210,219).

#d1d2db hex color red value is 209, green value is 210 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d1d2db hue: 0.65 , saturation: 0.12 and the lightness value of d1d2db is 0.84.

The process color (four color CMYK) of #d1d2db color hex is 0.05, 0.04, 0.00, 0.14. Web safe color of #d1d2db is #cccccc. Color #d1d2db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11010010 11011011
Octal 321 322 333
Decimal 209 210 219
Hex D1 D2 DB

RGB Percentages of Color #d1d2db

%32.76
%32.92
%34.33

CMYK Percentages of Color #d1d2db

%5
%4
%0
%14

Triadic Colors of #d1d2db

#d1d2db #dbd1d2 #d2dbd1

Analogous Colors of #d1d2db

#d1d2db #d5d1db #d1d7db

Monochromatic Colors of #d1d2db

#d1d2db

Complementary Color

#d1d2db #dbdad1

#d1d2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1d2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1d2db Color CSS Codes

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

#d1d2db Text Font Color

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

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


#d1d2db Background Color

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

This div background color is #d1d2db


#d1d2db Border Color

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

This div border color is #d1d2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1d2db

#d1d2db Color Palettes


Comments

No comments written yet.

Please login to write comment.