Color Hex Logo

#d4dddb Color Hex

#D4DDDB
(212,221,219)
0 Favorites   0 Comments

Color spaces of #d4dddb

RGB 212221219
HSL0.460.120.85
HSV167°87°
CMYK 0.040.000.01   0.13
XYZ65.794070.824477.2206
Yxy70.82440.30770.3312
Hunter Lab84.1572-7.72414.5070
CIE-Lab87.3996-3.3856-0.0808

#d4dddb color RGB value is (212,221,219).

#d4dddb hex color red value is 212, green value is 221 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d4dddb hue: 0.46 , saturation: 0.12 and the lightness value of d4dddb is 0.85.

The process color (four color CMYK) of #d4dddb color hex is 0.04, 0.00, 0.01, 0.13. Web safe color of #d4dddb is #cccccc. Color #d4dddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011101 11011011
Octal 324 335 333
Decimal 212 221 219
Hex D4 DD DB

RGB Percentages of Color #d4dddb

%32.52
%33.90
%33.59

CMYK Percentages of Color #d4dddb

%4
%0
%1
%13

Triadic Colors of #d4dddb

#d4dddb #dbd4dd #dddbd4

Analogous Colors of #d4dddb

#d4dddb #d4dbdd #d4ddd7

Monochromatic Colors of #d4dddb

#d4dddb

Complementary Color

#d4dddb #ddd4d6

#d4dddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dddb Color CSS Codes

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

#d4dddb Text Font Color

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

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


#d4dddb Background Color

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

This div background color is #d4dddb


#d4dddb Border Color

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

This div border color is #d4dddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dddb

#d4dddb Color Palettes


Comments

No comments written yet.

Please login to write comment.