Color Hex Logo

#d3dadd Color Hex

#D3DADD
(211,218,221)
0 Favorites   0 Comments

Color spaces of #d3dadd

RGB 211218221
HSL0.550.130.85
HSV198°87°
CMYK 0.050.010.00   0.13
XYZ64.986569.212178.3407
Yxy69.21210.30580.3256
Hunter Lab83.1938-6.15462.4043
CIE-Lab86.6090-1.7946-2.3022

#d3dadd color RGB value is (211,218,221).

#d3dadd hex color red value is 211, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d3dadd hue: 0.55 , saturation: 0.13 and the lightness value of d3dadd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011010 11011101
Octal 323 332 335
Decimal 211 218 221
Hex D3 DA DD

RGB Percentages of Color #d3dadd

%32.46
%33.54
%34.00

CMYK Percentages of Color #d3dadd

%5
%1
%0
%13

Triadic Colors of #d3dadd

#d3dadd #ddd3da #daddd3

Analogous Colors of #d3dadd

#d3dadd #d3d5dd #d3dddb

Monochromatic Colors of #d3dadd

#d3dadd

Complementary Color

#d3dadd #ddd6d3

#d3dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dadd Color CSS Codes

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

#d3dadd Text Font Color

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

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


#d3dadd Background Color

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

This div background color is #d3dadd


#d3dadd Border Color

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

This div border color is #d3dadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,218,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 #d3dadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dadd


Comments

No comments written yet.

Please login to write comment.