Color Hex Logo

#d3d0ec Color Hex

#D3D0EC
(211,208,236)
0 Favorites   0 Comments

Color spaces of #d3d0ec

RGB 211208236
HSL0.680.420.87
HSV246°12°93°
CMYK 0.110.120.00   0.07
XYZ64.560265.016888.5037
Yxy65.01680.29600.2981
Hunter Lab80.63301.8114-8.6343
CIE-Lab84.49246.3633-13.3883

#d3d0ec color RGB value is (211,208,236).

#d3d0ec hex color red value is 211, green value is 208 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d3d0ec hue: 0.68 , saturation: 0.42 and the lightness value of d3d0ec is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11010000 11101100
Octal 323 320 354
Decimal 211 208 236
Hex D3 D0 EC

RGB Percentages of Color #d3d0ec

%32.21
%31.76
%36.03

CMYK Percentages of Color #d3d0ec

%11
%12
%0
%7

Triadic Colors of #d3d0ec

#d3d0ec #ecd3d0 #d0ecd3

Analogous Colors of #d3d0ec

#d3d0ec #e1d0ec #d0dbec

Monochromatic Colors of #d3d0ec

#d3d0ec

Complementary Color

#d3d0ec #e9ecd0

#d3d0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3d0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3d0ec Color CSS Codes

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

#d3d0ec Text Font Color

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

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


#d3d0ec Background Color

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

This div background color is #d3d0ec


#d3d0ec Border Color

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

This div border color is #d3d0ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,208,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d3d0ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3d0ec


Comments

No comments written yet.

Please login to write comment.