#d5ddcd

#d5ddcd color hex

#d5ddcd hex color information.
RGB value of #d5ddcd is (213,221,205)
Change page background color to #d5ddcd | Reset

#d5ddcd rgb color chart

Color spaces of #d5ddcd

RGB 213221205
HSL0.250.190.84
HSV90°87°
CMYK 0.040.000.07   0.13
XYZ64.316570.266867.9306
Yxy70.26680.31760.3470
Hunter Lab83.8253-9.736910.6301
CIE-Lab87.1276-5.54896.9102

Shades of #d5ddcd

Tints of #d5ddcd

RGB Percentages of Color #d5ddcd

%33.33
%34.59
%32.08

CMYK Percentages of Color #d5ddcd

%4
%0
%7
%13

#d5ddcd Color Info

#d5ddcd hex color red value is 213, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d5ddcd hue: 0.25 , saturation: 0.19 and the lightness value of d5ddcd is 0.84.

The process color (four color CMYK) of #d5ddcd hex color is 0.04, 0.00, 0.07, 0.13. Web safe color of #d5ddcd is #cccccc

Color #d5ddcd contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011101 11001101
Octal 325 335 315
Decimal 213 221 205
Hexadecimal D5 DD CD

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #d5ddcd

Triadic Colors of #d5ddcd

#d5ddcd #cdd4dd #ddcdd4

Analogous Colors of #d5ddcd

#d5ddcd #cdddcd #ddddcd

Complementary Color of #d5ddcd

#d5ddcd #d5cddd

#d5ddcd HSL Color Chart
#d5ddcd hsl color chart
#d5ddcd RGB Color Chart

#d5ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ddcd Color CSS Codes

.mybgcolor {background-color:#d5ddcd; } 
.myforecolor {color:#d5ddcd; }
.mybordercolor {border:3px solid #d5ddcd; }
Sample text font color #d5ddcd

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

html code
<p style="color:#d5ddcd">Text here</p>
#d5ddcd background color

This div background color is #d5ddcd

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

This div border color is #d5ddcd

<div style="border:3px solid #d5ddcd">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #d5ddcd Color Sample
#d5ddcdborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(213,221,205, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #d5ddcd; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #d5ddcd;
  -webkit-box-shadow: 1px 1px 3px 2px #d5ddcd;
  box-shadow:         1px 1px 3px 2px #d5ddcd; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,221,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5ddcd">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #d5ddcd

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top