Color Hex Logo

#d3cdee Color Hex

#D3CDEE
(211,205,238)
0 Favorites   0 Comments

Color spaces of #d3cdee

RGB 211205238
HSL0.700.490.87
HSV251°14°93°
CMYK 0.110.140.00   0.07
XYZ64.127963.684689.8014
Yxy63.68460.29470.2926
Hunter Lab79.80263.7847-10.8568
CIE-Lab83.80138.3590-15.4877

#d3cdee color RGB value is (211,205,238).

#d3cdee hex color red value is 211, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d3cdee hue: 0.70 , saturation: 0.49 and the lightness value of d3cdee is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001101 11101110
Octal 323 315 356
Decimal 211 205 238
Hex D3 CD EE

RGB Percentages of Color #d3cdee

%32.26
%31.35
%36.39

CMYK Percentages of Color #d3cdee

%11
%14
%0
%7

Triadic Colors of #d3cdee

#d3cdee #eed3cd #cdeed3

Analogous Colors of #d3cdee

#d3cdee #e4cdee #cdd8ee

Monochromatic Colors of #d3cdee

#d3cdee

Complementary Color

#d3cdee #e8eecd

#d3cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cdee Color CSS Codes

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

#d3cdee Text Font Color

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

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


#d3cdee Background Color

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

This div background color is #d3cdee


#d3cdee Border Color

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

This div border color is #d3cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cdee


Comments

No comments written yet.

Please login to write comment.