Color Hex Logo

#d2dbdc Color Hex

#D2DBDC
(210,219,220)
1 Favorites   0 Comments

Color spaces of #d2dbdc

RGB 210219220
HSL0.520.130.84
HSV186°86°
CMYK 0.050.000.00   0.14
XYZ64.828169.532077.7144
Yxy69.53200.30570.3279
Hunter Lab83.3859-7.15093.1127
CIE-Lab86.7668-2.8331-1.5512

#d2dbdc color RGB value is (210,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011011 11011100
Octal 322 333 334
Decimal 210 219 220
Hex D2 DB DC

RGB Percentages of Color #d2dbdc

%32.36
%33.74
%33.90

CMYK Percentages of Color #d2dbdc

%5
%0
%0
%14

Triadic Colors of #d2dbdc

#d2dbdc #dcd2db #dbdcd2

Analogous Colors of #d2dbdc

#d2dbdc #d2d6dc #d2dcd8

Monochromatic Colors of #d2dbdc

#d2dbdc

Complementary Color

#d2dbdc #dcd3d2

#d2dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2dbdc Color CSS Codes

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

#d2dbdc Text Font Color

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

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


#d2dbdc Background Color

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

This div background color is #d2dbdc


#d2dbdc Border Color

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

This div border color is #d2dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2dbdc

#d2dbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.