Color Hex Logo

#d8c0dd Color Hex

#D8C0DD
(216,192,221)
0 Favorites   0 Comments

Color spaces of #d8c0dd

RGB 216192221
HSL0.800.300.81
HSV290°13°87°
CMYK 0.020.130.00   0.13
XYZ60.219757.518776.3349
Yxy57.51870.31030.2964
Hunter Lab75.84119.0115-6.5873
CIE-Lab80.470513.6199-11.3431

#d8c0dd color RGB value is (216,192,221).

#d8c0dd hex color red value is 216, green value is 192 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d8c0dd hue: 0.80 , saturation: 0.30 and the lightness value of d8c0dd is 0.81.

The process color (four color CMYK) of #d8c0dd color hex is 0.02, 0.13, 0.00, 0.13. Web safe color of #d8c0dd is #cccccc. Color #d8c0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11000000 11011101
Octal 330 300 335
Decimal 216 192 221
Hex D8 C0 DD

RGB Percentages of Color #d8c0dd

%34.34
%30.52
%35.14

CMYK Percentages of Color #d8c0dd

%2
%13
%0
%13

Triadic Colors of #d8c0dd

#d8c0dd #ddd8c0 #c0ddd8

Analogous Colors of #d8c0dd

#d8c0dd #ddc0d4 #cac0dd

Monochromatic Colors of #d8c0dd

#d8c0dd

Complementary Color

#d8c0dd #c5ddc0

#d8c0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8c0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8c0dd Color CSS Codes

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

#d8c0dd Text Font Color

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

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


#d8c0dd Background Color

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

This div background color is #d8c0dd


#d8c0dd Border Color

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

This div border color is #d8c0dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,192,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8c0dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8c0dd;
  -webkit-box-shadow: 1px 1px 3px 2px #d8c0dd;
  box-shadow:         1px 1px 3px 2px #d8c0dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,192,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8c0dd


Comments

No comments written yet.

Please login to write comment.