Color Hex Logo

#d5dcdd Color Hex

#D5DCDD
(213,220,221)
0 Favorites   0 Comments

Color spaces of #d5dcdd

RGB 213220221
HSL0.520.110.85
HSV188°87°
CMYK 0.040.000.00   0.13
XYZ66.084970.553078.5417
Yxy70.55300.30710.3279
Hunter Lab83.9958-6.55533.3570
CIE-Lab87.2674-2.1647-1.3202

#d5dcdd color RGB value is (213,220,221).

#d5dcdd hex color red value is 213, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d5dcdd hue: 0.52 , saturation: 0.11 and the lightness value of d5dcdd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011100 11011101
Octal 325 334 335
Decimal 213 220 221
Hex D5 DC DD

RGB Percentages of Color #d5dcdd

%32.57
%33.64
%33.79

CMYK Percentages of Color #d5dcdd

%4
%0
%0
%13

Triadic Colors of #d5dcdd

#d5dcdd #ddd5dc #dcddd5

Analogous Colors of #d5dcdd

#d5dcdd #d5d8dd #d5ddda

Monochromatic Colors of #d5dcdd

#d5dcdd

Complementary Color

#d5dcdd #ddd6d5

#d5dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dcdd Color CSS Codes

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

#d5dcdd Text Font Color

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

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


#d5dcdd Background Color

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

This div background color is #d5dcdd


#d5dcdd Border Color

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

This div border color is #d5dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dcdd


Comments

No comments written yet.

Please login to write comment.