Color Hex Logo

#d1ceeb Color Hex

#D1CEEB
(209,206,235)
0 Favorites   0 Comments

Color spaces of #d1ceeb

RGB 209206235
HSL0.680.420.86
HSV246°12°92°
CMYK 0.110.120.00   0.08
XYZ63.361263.696187.5523
Yxy63.69610.29520.2968
Hunter Lab79.80982.0443-9.1749
CIE-Lab83.80736.5784-13.8983

#d1ceeb color RGB value is (209,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001110 11101011
Octal 321 316 353
Decimal 209 206 235
Hex D1 CE EB

RGB Percentages of Color #d1ceeb

%32.15
%31.69
%36.15

CMYK Percentages of Color #d1ceeb

%11
%12
%0
%8

Triadic Colors of #d1ceeb

#d1ceeb #ebd1ce #ceebd1

Analogous Colors of #d1ceeb

#d1ceeb #e0ceeb #cedaeb

Monochromatic Colors of #d1ceeb

#d1ceeb

Complementary Color

#d1ceeb #e8ebce

#d1ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ceeb Color CSS Codes

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

#d1ceeb Text Font Color

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

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


#d1ceeb Background Color

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

This div background color is #d1ceeb


#d1ceeb Border Color

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

This div border color is #d1ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ceeb


Comments

No comments written yet.

Please login to write comment.