Color Hex Logo

#d8ddbb Color Hex

#D8DDBB
(216,221,187)
0 Favorites   0 Comments

Color spaces of #d8ddbb

RGB 216221187
HSL0.190.330.80
HSV69°15°87°
CMYK 0.020.000.15   0.13
XYZ63.145069.899757.1776
Yxy69.89970.33200.3675
Hunter Lab83.6060-11.495217.9762
CIE-Lab86.9476-7.455016.1399

#d8ddbb color RGB value is (216,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011101 10111011
Octal 330 335 273
Decimal 216 221 187
Hex D8 DD BB

RGB Percentages of Color #d8ddbb

%34.62
%35.42
%29.97

CMYK Percentages of Color #d8ddbb

%2
%0
%15
%13

Triadic Colors of #d8ddbb

#d8ddbb #bbd8dd #ddbbd8

Analogous Colors of #d8ddbb

#d8ddbb #c7ddbb #ddd1bb

Monochromatic Colors of #d8ddbb

#d8ddbb

Complementary Color

#d8ddbb #c0bbdd

#d8ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ddbb Color CSS Codes

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

#d8ddbb Text Font Color

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

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


#d8ddbb Background Color

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

This div background color is #d8ddbb


#d8ddbb Border Color

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

This div border color is #d8ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ddbb


Comments

No comments written yet.

Please login to write comment.