Color Hex Logo

#d2cdda Color Hex

#D2CDDA
(210,205,218)
0 Favorites   0 Comments

Color spaces of #d2cdda

RGB 210205218
HSL0.730.150.83
HSV263°85°
CMYK 0.040.060.00   0.15
XYZ61.064662.426275.1607
Yxy62.42620.30740.3142
Hunter Lab79.0103-0.3108-1.0941
CIE-Lab83.13964.1143-5.8255

#d2cdda color RGB value is (210,205,218).

#d2cdda hex color red value is 210, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d2cdda hue: 0.73 , saturation: 0.15 and the lightness value of d2cdda is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001101 11011010
Octal 322 315 332
Decimal 210 205 218
Hex D2 CD DA

RGB Percentages of Color #d2cdda

%33.18
%32.39
%34.44

CMYK Percentages of Color #d2cdda

%4
%6
%0
%15

Triadic Colors of #d2cdda

#d2cdda #dad2cd #cddad2

Analogous Colors of #d2cdda

#d2cdda #d9cdda #cdcfda

Monochromatic Colors of #d2cdda

#d2cdda

Complementary Color

#d2cdda #d5dacd

#d2cdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2cdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2cdda Color CSS Codes

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

#d2cdda Text Font Color

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

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


#d2cdda Background Color

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

This div background color is #d2cdda


#d2cdda Border Color

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

This div border color is #d2cdda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,205,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2cdda


Comments

No comments written yet.

Please login to write comment.