Color Hex Logo

#d1cdec Color Hex

#D1CDEC
(209,205,236)
1 Favorites   0 Comments

Color spaces of #d1cdec

RGB 209205236
HSL0.690.450.86
HSV248°13°93°
CMYK 0.110.130.00   0.07
XYZ63.266163.274188.2355
Yxy63.27410.29460.2946
Hunter Lab79.54502.7661-10.0861
CIE-Lab83.58647.3120-14.7617

#d1cdec color RGB value is (209,205,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001101 11101100
Octal 321 315 354
Decimal 209 205 236
Hex D1 CD EC

RGB Percentages of Color #d1cdec

%32.15
%31.54
%36.31

CMYK Percentages of Color #d1cdec

%11
%13
%0
%7

Triadic Colors of #d1cdec

#d1cdec #ecd1cd #cdecd1

Analogous Colors of #d1cdec

#d1cdec #e1cdec #cdd9ec

Monochromatic Colors of #d1cdec

#d1cdec

Complementary Color

#d1cdec #e8eccd

#d1cdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1cdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1cdec Color CSS Codes

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

#d1cdec Text Font Color

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

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


#d1cdec Background Color

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

This div background color is #d1cdec


#d1cdec Border Color

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

This div border color is #d1cdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1cdec

#d1cdec Color Palettes


Comments

No comments written yet.

Please login to write comment.