Color Hex Logo

#d0cceb Color Hex

#D0CCEB
(208,204,235)
0 Favorites   0 Comments

Color spaces of #d0cceb

RGB 208204235
HSL0.690.440.86
HSV248°13°92°
CMYK 0.110.130.00   0.08
XYZ62.600762.593887.3797
Yxy62.59380.29450.2945
Hunter Lab79.11622.7846-10.1013
CIE-Lab83.22827.3200-14.7744

#d0cceb color RGB value is (208,204,235).

#d0cceb hex color red value is 208, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d0cceb hue: 0.69 , saturation: 0.44 and the lightness value of d0cceb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001100 11101011
Octal 320 314 353
Decimal 208 204 235
Hex D0 CC EB

RGB Percentages of Color #d0cceb

%32.15
%31.53
%36.32

CMYK Percentages of Color #d0cceb

%11
%13
%0
%8

Triadic Colors of #d0cceb

#d0cceb #ebd0cc #ccebd0

Analogous Colors of #d0cceb

#d0cceb #e0cceb #ccd8eb

Monochromatic Colors of #d0cceb

#d0cceb

Complementary Color

#d0cceb #e7ebcc

#d0cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cceb Color CSS Codes

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

#d0cceb Text Font Color

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

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


#d0cceb Background Color

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

This div background color is #d0cceb


#d0cceb Border Color

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

This div border color is #d0cceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cceb


Comments

No comments written yet.

Please login to write comment.