Color Hex Logo

#d3ceea Color Hex

#D3CEEA
(211,206,234)
0 Favorites   0 Comments

Color spaces of #d3ceea

RGB 211206234
HSL0.700.400.86
HSV251°12°92°
CMYK 0.100.120.00   0.08
XYZ63.786663.932086.8201
Yxy63.93200.29730.2980
Hunter Lab79.95752.4739-8.4085
CIE-Lab83.93047.0233-13.1662

#d3ceea color RGB value is (211,206,234).

#d3ceea hex color red value is 211, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d3ceea hue: 0.70 , saturation: 0.40 and the lightness value of d3ceea is 0.86.

The process color (four color CMYK) of #d3ceea color hex is 0.10, 0.12, 0.00, 0.08. Web safe color of #d3ceea is #ccccff. Color #d3ceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001110 11101010
Octal 323 316 352
Decimal 211 206 234
Hex D3 CE EA

RGB Percentages of Color #d3ceea

%32.41
%31.64
%35.94

CMYK Percentages of Color #d3ceea

%10
%12
%0
%8

Triadic Colors of #d3ceea

#d3ceea #ead3ce #ceead3

Analogous Colors of #d3ceea

#d3ceea #e1ceea #ced7ea

Monochromatic Colors of #d3ceea

#d3ceea

Complementary Color

#d3ceea #e5eace

#d3ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ceea Color CSS Codes

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

#d3ceea Text Font Color

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

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


#d3ceea Background Color

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

This div background color is #d3ceea


#d3ceea Border Color

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

This div border color is #d3ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ceea


Comments

No comments written yet.

Please login to write comment.