Color Hex Logo

#d1cbeb Color Hex

#D1CBEB
(209,203,235)
0 Favorites   0 Comments

Color spaces of #d1cbeb

RGB 209203235
HSL0.700.440.86
HSV251°14°92°
CMYK 0.110.140.00   0.08
XYZ62.645862.265387.3139
Yxy62.26530.29520.2934
Hunter Lab78.90843.6225-10.3699
CIE-Lab83.05438.1740-15.0276

#d1cbeb color RGB value is (209,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001011 11101011
Octal 321 313 353
Decimal 209 203 235
Hex D1 CB EB

RGB Percentages of Color #d1cbeb

%32.30
%31.38
%36.32

CMYK Percentages of Color #d1cbeb

%11
%14
%0
%8

Triadic Colors of #d1cbeb

#d1cbeb #ebd1cb #cbebd1

Analogous Colors of #d1cbeb

#d1cbeb #e1cbeb #cbd5eb

Monochromatic Colors of #d1cbeb

#d1cbeb

Complementary Color

#d1cbeb #e5ebcb

#d1cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1cbeb Color CSS Codes

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

#d1cbeb Text Font Color

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

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


#d1cbeb Background Color

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

This div background color is #d1cbeb


#d1cbeb Border Color

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

This div border color is #d1cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1cbeb


Comments

No comments written yet.

Please login to write comment.