Color Hex Logo

#d1cdea Color Hex

#D1CDEA
(209,205,234)
0 Favorites   0 Comments

Color spaces of #d1cdea

RGB 209205234
HSL0.690.410.86
HSV248°12°92°
CMYK 0.110.120.00   0.08
XYZ62.977163.158586.7135
Yxy63.15850.29590.2967
Hunter Lab79.47232.3741-9.0616
CIE-Lab83.52576.9078-13.7879

#d1cdea color RGB value is (209,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001101 11101010
Octal 321 315 352
Decimal 209 205 234
Hex D1 CD EA

RGB Percentages of Color #d1cdea

%32.25
%31.64
%36.11

CMYK Percentages of Color #d1cdea

%11
%12
%0
%8

Triadic Colors of #d1cdea

#d1cdea #ead1cd #cdead1

Analogous Colors of #d1cdea

#d1cdea #e0cdea #cdd8ea

Monochromatic Colors of #d1cdea

#d1cdea

Complementary Color

#d1cdea #e6eacd

#d1cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1cdea Color CSS Codes

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

#d1cdea Text Font Color

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

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


#d1cdea Background Color

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

This div background color is #d1cdea


#d1cdea Border Color

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

This div border color is #d1cdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1cdea


Comments

No comments written yet.

Please login to write comment.