Color Hex Logo

#d4d0dd Color Hex

#D4D0DD
(212,208,221)
0 Favorites   0 Comments

Color spaces of #d4d0dd

RGB 212208221
HSL0.720.160.84
HSV258°87°
CMYK 0.040.060.00   0.13
XYZ62.758464.329377.5157
Yxy64.32930.30670.3144
Hunter Lab80.2055-0.6889-1.1577
CIE-Lab84.13693.7680-5.9330

#d4d0dd color RGB value is (212,208,221).

#d4d0dd hex color red value is 212, green value is 208 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d4d0dd hue: 0.72 , saturation: 0.16 and the lightness value of d4d0dd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11010000 11011101
Octal 324 320 335
Decimal 212 208 221
Hex D4 D0 DD

RGB Percentages of Color #d4d0dd

%33.07
%32.45
%34.48

CMYK Percentages of Color #d4d0dd

%4
%6
%0
%13

Triadic Colors of #d4d0dd

#d4d0dd #ddd4d0 #d0ddd4

Analogous Colors of #d4d0dd

#d4d0dd #dbd0dd #d0d3dd

Monochromatic Colors of #d4d0dd

#d4d0dd

Complementary Color

#d4d0dd #d9ddd0

#d4d0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4d0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4d0dd Color CSS Codes

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

#d4d0dd Text Font Color

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

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


#d4d0dd Background Color

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

This div background color is #d4d0dd


#d4d0dd Border Color

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

This div border color is #d4d0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4d0dd


Comments

No comments written yet.

Please login to write comment.