Color Hex Logo

#d9ccbf Color Hex

#D9CCBF
(217,204,191)
0 Favorites   0 Comments

Color spaces of #d9ccbf

RGB 217204191
HSL0.080.250.80
HSV30°12°85°
CMYK 0.000.060.12   0.15
XYZ59.612161.699058.0574
Yxy61.69900.33230.3440
Hunter Lab78.5487-1.993211.1613
CIE-Lab82.75312.33188.0845

#d9ccbf color RGB value is (217,204,191).

#d9ccbf hex color red value is 217, green value is 204 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d9ccbf hue: 0.08 , saturation: 0.25 and the lightness value of d9ccbf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001100 10111111
Octal 331 314 277
Decimal 217 204 191
Hex D9 CC BF

RGB Percentages of Color #d9ccbf

%35.46
%33.33
%31.21

CMYK Percentages of Color #d9ccbf

%0
%6
%12
%15

Triadic Colors of #d9ccbf

#d9ccbf #bfd9cc #ccbfd9

Analogous Colors of #d9ccbf

#d9ccbf #d9d9bf #d9bfbf

Monochromatic Colors of #d9ccbf

#d9ccbf

Complementary Color

#d9ccbf #bfccd9

#d9ccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ccbf Color CSS Codes

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

#d9ccbf Text Font Color

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

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


#d9ccbf Background Color

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

This div background color is #d9ccbf


#d9ccbf Border Color

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

This div border color is #d9ccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ccbf


Comments

No comments written yet.

Please login to write comment.