Color Hex Logo

#d8cdeb Color Hex

#D8CDEB
(216,205,235)
0 Favorites   0 Comments

Color spaces of #d8cdeb

RGB 216205235
HSL0.730.430.86
HSV262°13°92°
CMYK 0.080.130.00   0.08
XYZ65.145664.259787.5671
Yxy64.25970.30020.2962
Hunter Lab80.16214.7783-8.6534
CIE-Lab84.10089.3757-13.4027

#d8cdeb color RGB value is (216,205,235).

#d8cdeb hex color red value is 216, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d8cdeb hue: 0.73 , saturation: 0.43 and the lightness value of d8cdeb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001101 11101011
Octal 330 315 353
Decimal 216 205 235
Hex D8 CD EB

RGB Percentages of Color #d8cdeb

%32.93
%31.25
%35.82

CMYK Percentages of Color #d8cdeb

%8
%13
%0
%8

Triadic Colors of #d8cdeb

#d8cdeb #ebd8cd #cdebd8

Analogous Colors of #d8cdeb

#d8cdeb #e7cdeb #cdd1eb

Monochromatic Colors of #d8cdeb

#d8cdeb

Complementary Color

#d8cdeb #e0ebcd

#d8cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cdeb Color CSS Codes

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

#d8cdeb Text Font Color

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

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


#d8cdeb Background Color

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

This div background color is #d8cdeb


#d8cdeb Border Color

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

This div border color is #d8cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cdeb


Comments

No comments written yet.

Please login to write comment.