Color Hex Logo

#d6d0eb Color Hex

#D6D0EB
(214,208,235)
0 Favorites   0 Comments

Color spaces of #d6d0eb

RGB 214208235
HSL0.700.400.87
HSV253°11°92°
CMYK 0.090.110.00   0.08
XYZ65.282865.406187.7811
Yxy65.40610.29880.2994
Hunter Lab80.87402.5585-7.7418
CIE-Lab84.69267.1342-12.5338

#d6d0eb color RGB value is (214,208,235).

#d6d0eb hex color red value is 214, green value is 208 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d6d0eb hue: 0.70 , saturation: 0.40 and the lightness value of d6d0eb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11010000 11101011
Octal 326 320 353
Decimal 214 208 235
Hex D6 D0 EB

RGB Percentages of Color #d6d0eb

%32.57
%31.66
%35.77

CMYK Percentages of Color #d6d0eb

%9
%11
%0
%8

Triadic Colors of #d6d0eb

#d6d0eb #ebd6d0 #d0ebd6

Analogous Colors of #d6d0eb

#d6d0eb #e4d0eb #d0d8eb

Monochromatic Colors of #d6d0eb

#d6d0eb

Complementary Color

#d6d0eb #e5ebd0

#d6d0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6d0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6d0eb Color CSS Codes

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

#d6d0eb Text Font Color

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

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


#d6d0eb Background Color

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

This div background color is #d6d0eb


#d6d0eb Border Color

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

This div border color is #d6d0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6d0eb


Comments

No comments written yet.

Please login to write comment.