Color Hex Logo

#d1dceb Color Hex

#D1DCEB
(209,220,235)
0 Favorites   0 Comments

Color spaces of #d1dceb

RGB 209220235
HSL0.600.390.87
HSV215°11°92°
CMYK 0.110.060.00   0.08
XYZ66.883170.739988.7263
Yxy70.73990.29550.3125
Hunter Lab84.1070-5.2415-3.6714
CIE-Lab87.3585-0.7812-8.6031

#d1dceb color RGB value is (209,220,235).

#d1dceb hex color red value is 209, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d1dceb hue: 0.60 , saturation: 0.39 and the lightness value of d1dceb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011100 11101011
Octal 321 334 353
Decimal 209 220 235
Hex D1 DC EB

RGB Percentages of Color #d1dceb

%31.48
%33.13
%35.39

CMYK Percentages of Color #d1dceb

%11
%6
%0
%8

Triadic Colors of #d1dceb

#d1dceb #ebd1dc #dcebd1

Analogous Colors of #d1dceb

#d1dceb #d3d1eb #d1e9eb

Monochromatic Colors of #d1dceb

#d1dceb

Complementary Color

#d1dceb #ebe0d1

#d1dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dceb Color CSS Codes

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

#d1dceb Text Font Color

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

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


#d1dceb Background Color

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

This div background color is #d1dceb


#d1dceb Border Color

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

This div border color is #d1dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dceb


Comments

No comments written yet.

Please login to write comment.