Color Hex Logo

#d7cdec Color Hex

#D7CDEC
(215,205,236)
0 Favorites   0 Comments

Color spaces of #d7cdec

RGB 215205236
HSL0.720.450.86
HSV259°13°93°
CMYK 0.090.130.00   0.07
XYZ64.996064.165888.3165
Yxy64.16580.29890.2950
Hunter Lab80.10364.6536-9.2965
CIE-Lab84.05209.2482-14.0159

#d7cdec color RGB value is (215,205,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001101 11101100
Octal 327 315 354
Decimal 215 205 236
Hex D7 CD EC

RGB Percentages of Color #d7cdec

%32.77
%31.25
%35.98

CMYK Percentages of Color #d7cdec

%9
%13
%0
%7

Triadic Colors of #d7cdec

#d7cdec #ecd7cd #cdecd7

Analogous Colors of #d7cdec

#d7cdec #e7cdec #cdd3ec

Monochromatic Colors of #d7cdec

#d7cdec

Complementary Color

#d7cdec #e2eccd

#d7cdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cdec Color CSS Codes

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

#d7cdec Text Font Color

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

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


#d7cdec Background Color

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

This div background color is #d7cdec


#d7cdec Border Color

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

This div border color is #d7cdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cdec

#d7cdec Color Palettes


Comments

No comments written yet.

Please login to write comment.