Color Hex Logo

#d3cbeb Color Hex

#D3CBEB
(211,203,235)
0 Favorites   0 Comments

Color spaces of #d3cbeb

RGB 211203235
HSL0.710.440.86
HSV255°14°92°
CMYK 0.100.140.00   0.08
XYZ63.215362.558987.3405
Yxy62.55890.29660.2935
Hunter Lab79.09424.2497-10.1056
CIE-Lab83.20988.8185-14.7784

#d3cbeb color RGB value is (211,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001011 11101011
Octal 323 313 353
Decimal 211 203 235
Hex D3 CB EB

RGB Percentages of Color #d3cbeb

%32.51
%31.28
%36.21

CMYK Percentages of Color #d3cbeb

%10
%14
%0
%8

Triadic Colors of #d3cbeb

#d3cbeb #ebd3cb #cbebd3

Analogous Colors of #d3cbeb

#d3cbeb #e3cbeb #cbd3eb

Monochromatic Colors of #d3cbeb

#d3cbeb

Complementary Color

#d3cbeb #e3ebcb

#d3cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cbeb Color CSS Codes

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

#d3cbeb Text Font Color

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

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


#d3cbeb Background Color

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

This div background color is #d3cbeb


#d3cbeb Border Color

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

This div border color is #d3cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cbeb


Comments

No comments written yet.

Please login to write comment.