Color Hex Logo

#d9cdec Color Hex

#D9CDEC
(217,205,236)
0 Favorites   0 Comments

Color spaces of #d9cdec

RGB 217205236
HSL0.730.450.86
HSV263°13°93°
CMYK 0.080.130.00   0.07
XYZ65.586964.470588.3441
Yxy64.47050.30030.2952
Hunter Lab80.29355.2921-9.0292
CIE-Lab84.21019.8976-13.7627

#d9cdec color RGB value is (217,205,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001101 11101100
Octal 331 315 354
Decimal 217 205 236
Hex D9 CD EC

RGB Percentages of Color #d9cdec

%32.98
%31.16
%35.87

CMYK Percentages of Color #d9cdec

%8
%13
%0
%7

Triadic Colors of #d9cdec

#d9cdec #ecd9cd #cdecd9

Analogous Colors of #d9cdec

#d9cdec #e9cdec #cdd1ec

Monochromatic Colors of #d9cdec

#d9cdec

Complementary Color

#d9cdec #e0eccd

#d9cdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cdec Color CSS Codes

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

#d9cdec Text Font Color

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

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


#d9cdec Background Color

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

This div background color is #d9cdec


#d9cdec Border Color

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

This div border color is #d9cdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cdec


Comments

No comments written yet.

Please login to write comment.