Color Hex Logo

#d5cdea Color Hex

#D5CDEA
(213,205,234)
0 Favorites   0 Comments

Color spaces of #d5cdea

RGB 213205234
HSL0.710.410.86
HSV257°12°92°
CMYK 0.090.120.00   0.08
XYZ64.123263.749386.7671
Yxy63.74930.29870.2970
Hunter Lab79.84323.6304-8.5414
CIE-Lab83.83518.2027-13.2927

#d5cdea color RGB value is (213,205,234).

#d5cdea hex color red value is 213, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d5cdea hue: 0.71 , saturation: 0.41 and the lightness value of d5cdea is 0.86.

The process color (four color CMYK) of #d5cdea color hex is 0.09, 0.12, 0.00, 0.08. Web safe color of #d5cdea is #ccccff. Color #d5cdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001101 11101010
Octal 325 315 352
Decimal 213 205 234
Hex D5 CD EA

RGB Percentages of Color #d5cdea

%32.67
%31.44
%35.89

CMYK Percentages of Color #d5cdea

%9
%12
%0
%8

Triadic Colors of #d5cdea

#d5cdea #ead5cd #cdead5

Analogous Colors of #d5cdea

#d5cdea #e4cdea #cdd4ea

Monochromatic Colors of #d5cdea

#d5cdea

Complementary Color

#d5cdea #e2eacd

#d5cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cdea Color CSS Codes

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

#d5cdea Text Font Color

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

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


#d5cdea Background Color

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

This div background color is #d5cdea


#d5cdea Border Color

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

This div border color is #d5cdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cdea


Comments

No comments written yet.

Please login to write comment.