Color Hex Logo

#d1ceea Color Hex

#D1CEEA
(209,206,234)
0 Favorites   0 Comments

Color spaces of #d1ceea

RGB 209206234
HSL0.680.400.86
HSV246°12°92°
CMYK 0.110.120.00   0.08
XYZ63.217163.638486.7935
Yxy63.63840.29590.2979
Hunter Lab79.77371.8494-8.6657
CIE-Lab83.77716.3770-13.4114

#d1ceea color RGB value is (209,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001110 11101010
Octal 321 316 352
Decimal 209 206 234
Hex D1 CE EA

RGB Percentages of Color #d1ceea

%32.20
%31.74
%36.06

CMYK Percentages of Color #d1ceea

%11
%12
%0
%8

Triadic Colors of #d1ceea

#d1ceea #ead1ce #ceead1

Analogous Colors of #d1ceea

#d1ceea #dfceea #ced9ea

Monochromatic Colors of #d1ceea

#d1ceea

Complementary Color

#d1ceea #e7eace

#d1ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ceea Color CSS Codes

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

#d1ceea Text Font Color

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

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


#d1ceea Background Color

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

This div background color is #d1ceea


#d1ceea Border Color

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

This div border color is #d1ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ceea


Comments

No comments written yet.

Please login to write comment.