Color Hex Logo

#d3cddd Color Hex

#D3CDDD
(211,205,221)
1 Favorites   0 Comments

Color spaces of #d3cddd

RGB 211205221
HSL0.730.190.84
HSV263°87°
CMYK 0.050.070.00   0.13
XYZ61.746462.732077.2607
Yxy62.73200.30610.3110
Hunter Lab79.20350.5509-2.3932
CIE-Lab83.30125.0174-7.1779

#d3cddd color RGB value is (211,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001101 11011101
Octal 323 315 335
Decimal 211 205 221
Hex D3 CD DD

RGB Percentages of Color #d3cddd

%33.12
%32.18
%34.69

CMYK Percentages of Color #d3cddd

%5
%7
%0
%13

Triadic Colors of #d3cddd

#d3cddd #ddd3cd #cdddd3

Analogous Colors of #d3cddd

#d3cddd #dbcddd #cdcfdd

Monochromatic Colors of #d3cddd

#d3cddd

Complementary Color

#d3cddd #d7ddcd

#d3cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cddd Color CSS Codes

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

#d3cddd Text Font Color

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

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


#d3cddd Background Color

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

This div background color is #d3cddd


#d3cddd Border Color

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

This div border color is #d3cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cddd

#d3cddd Color Palettes


Comments

No comments written yet.

Please login to write comment.