Color Hex Logo

#d1daeb Color Hex

#D1DAEB
(209,218,235)
0 Favorites   0 Comments

Color spaces of #d1daeb

RGB 209218235
HSL0.610.390.87
HSV219°11°92°
CMYK 0.110.070.00   0.08
XYZ66.361369.696388.5524
Yxy69.69630.29550.3103
Hunter Lab83.4843-4.2087-4.4503
CIE-Lab86.84770.2610-9.3617

#d1daeb color RGB value is (209,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011010 11101011
Octal 321 332 353
Decimal 209 218 235
Hex D1 DA EB

RGB Percentages of Color #d1daeb

%31.57
%32.93
%35.50

CMYK Percentages of Color #d1daeb

%11
%7
%0
%8

Triadic Colors of #d1daeb

#d1daeb #ebd1da #daebd1

Analogous Colors of #d1daeb

#d1daeb #d5d1eb #d1e7eb

Monochromatic Colors of #d1daeb

#d1daeb

Complementary Color

#d1daeb #ebe2d1

#d1daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1daeb Color CSS Codes

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

#d1daeb Text Font Color

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

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


#d1daeb Background Color

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

This div background color is #d1daeb


#d1daeb Border Color

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

This div border color is #d1daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1daeb


Comments

No comments written yet.

Please login to write comment.