Color Hex Logo

#d3ceeb Color Hex

#D3CEEB
(211,206,235)
0 Favorites   0 Comments

Color spaces of #d3ceeb

RGB 211206235
HSL0.700.420.86
HSV250°12°92°
CMYK 0.100.120.00   0.08
XYZ63.930763.989787.5790
Yxy63.98970.29670.2969
Hunter Lab79.99362.6681-8.9167
CIE-Lab83.96047.2232-13.6532

#d3ceeb color RGB value is (211,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001110 11101011
Octal 323 316 353
Decimal 211 206 235
Hex D3 CE EB

RGB Percentages of Color #d3ceeb

%32.36
%31.60
%36.04

CMYK Percentages of Color #d3ceeb

%10
%12
%0
%8

Triadic Colors of #d3ceeb

#d3ceeb #ebd3ce #ceebd3

Analogous Colors of #d3ceeb

#d3ceeb #e2ceeb #ced8eb

Monochromatic Colors of #d3ceeb

#d3ceeb

Complementary Color

#d3ceeb #e6ebce

#d3ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ceeb Color CSS Codes

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

#d3ceeb Text Font Color

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

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


#d3ceeb Background Color

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

This div background color is #d3ceeb


#d3ceeb Border Color

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

This div border color is #d3ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ceeb


Comments

No comments written yet.

Please login to write comment.