Color Hex Logo

#d8ccbc Color Hex

#D8CCBC
(216,204,188)
0 Favorites   0 Comments

Color spaces of #d8ccbc

RGB 216204188
HSL0.100.260.79
HSV34°13°85°
CMYK 0.000.060.13   0.15
XYZ58.988961.415556.3223
Yxy61.41550.33380.3475
Hunter Lab78.3680-2.784212.2465
CIE-Lab82.60161.48819.4553

#d8ccbc color RGB value is (216,204,188).

#d8ccbc hex color red value is 216, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d8ccbc hue: 0.10 , saturation: 0.26 and the lightness value of d8ccbc is 0.79.

The process color (four color CMYK) of #d8ccbc color hex is 0.00, 0.06, 0.13, 0.15. Web safe color of #d8ccbc is #cccccc. Color #d8ccbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001100 10111100
Octal 330 314 274
Decimal 216 204 188
Hex D8 CC BC

RGB Percentages of Color #d8ccbc

%35.53
%33.55
%30.92

CMYK Percentages of Color #d8ccbc

%0
%6
%13
%15

Triadic Colors of #d8ccbc

#d8ccbc #bcd8cc #ccbcd8

Analogous Colors of #d8ccbc

#d8ccbc #d6d8bc #d8bebc

Monochromatic Colors of #d8ccbc

#d8ccbc

Complementary Color

#d8ccbc #bcc8d8

#d8ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ccbc Color CSS Codes

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

#d8ccbc Text Font Color

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

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


#d8ccbc Background Color

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

This div background color is #d8ccbc


#d8ccbc Border Color

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

This div border color is #d8ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ccbc

#d8ccbc Color Palettes


Comments

No comments written yet.

Please login to write comment.