Color Hex Logo

#d5dcdf Color Hex

#D5DCDF
(213,220,223)
0 Favorites   0 Comments

Color spaces of #d5dcdf

RGB 213220223
HSL0.550.140.85
HSV198°87°
CMYK 0.040.010.00   0.13
XYZ66.353170.660279.9536
Yxy70.66020.30580.3257
Hunter Lab84.0596-6.20402.4478
CIE-Lab87.3197-1.7916-2.2984

#d5dcdf color RGB value is (213,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011100 11011111
Octal 325 334 337
Decimal 213 220 223
Hex D5 DC DF

RGB Percentages of Color #d5dcdf

%32.47
%33.54
%33.99

CMYK Percentages of Color #d5dcdf

%4
%1
%0
%13

Triadic Colors of #d5dcdf

#d5dcdf #dfd5dc #dcdfd5

Analogous Colors of #d5dcdf

#d5dcdf #d5d7df #d5dfdd

Monochromatic Colors of #d5dcdf

#d5dcdf

Complementary Color

#d5dcdf #dfd8d5

#d5dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dcdf Color CSS Codes

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

#d5dcdf Text Font Color

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

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


#d5dcdf Background Color

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

This div background color is #d5dcdf


#d5dcdf Border Color

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

This div border color is #d5dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dcdf

#d5dcdf Color Palettes


Comments

No comments written yet.

Please login to write comment.