Color Hex Logo

#d7cceb Color Hex

#D7CCEB
(215,204,235)
0 Favorites   0 Comments

Color spaces of #d7cceb

RGB 215204235
HSL0.730.440.86
HSV261°13°92°
CMYK 0.090.130.00   0.08
XYZ64.612663.631087.4738
Yxy63.63100.29950.2950
Hunter Lab79.76904.9885-9.1784
CIE-Lab83.77339.5818-13.9013

#d7cceb color RGB value is (215,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001100 11101011
Octal 327 314 353
Decimal 215 204 235
Hex D7 CC EB

RGB Percentages of Color #d7cceb

%32.87
%31.19
%35.93

CMYK Percentages of Color #d7cceb

%9
%13
%0
%8

Triadic Colors of #d7cceb

#d7cceb #ebd7cc #ccebd7

Analogous Colors of #d7cceb

#d7cceb #e7cceb #ccd1eb

Monochromatic Colors of #d7cceb

#d7cceb

Complementary Color

#d7cceb #e0ebcc

#d7cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cceb Color CSS Codes

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

#d7cceb Text Font Color

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

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


#d7cceb Background Color

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

This div background color is #d7cceb


#d7cceb Border Color

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

This div border color is #d7cceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cceb


Comments

No comments written yet.

Please login to write comment.