Color Hex Logo

#d3cbd2 Color Hex

#D3CBD2
(211,203,210)
0 Favorites   0 Comments

Color spaces of #d3cbd2

RGB 211203210
HSL0.850.080.81
HSV308°83°
CMYK 0.000.040.00   0.17
XYZ59.852861.213969.6337
Yxy61.21390.31390.3210
Hunter Lab78.2393-0.36691.9989
CIE-Lab82.49364.0256-2.4958

#d3cbd2 color RGB value is (211,203,210).

#d3cbd2 hex color red value is 211, green value is 203 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #d3cbd2 hue: 0.85 , saturation: 0.08 and the lightness value of d3cbd2 is 0.81.

The process color (four color CMYK) of #d3cbd2 color hex is 0.00, 0.04, 0.00, 0.17. Web safe color of #d3cbd2 is #cccccc. Color #d3cbd2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001011 11010010
Octal 323 313 322
Decimal 211 203 210
Hex D3 CB D2

RGB Percentages of Color #d3cbd2

%33.81
%32.53
%33.65

CMYK Percentages of Color #d3cbd2

%0
%4
%0
%17

Triadic Colors of #d3cbd2

#d3cbd2 #d2d3cb #cbd2d3

Analogous Colors of #d3cbd2

#d3cbd2 #d3cbce #d0cbd3

Monochromatic Colors of #d3cbd2

#d3cbd2

Complementary Color

#d3cbd2 #cbd3cc

#d3cbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cbd2 Color CSS Codes

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

#d3cbd2 Text Font Color

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

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


#d3cbd2 Background Color

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

This div background color is #d3cbd2


#d3cbd2 Border Color

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

This div border color is #d3cbd2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,203,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3cbd2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3cbd2;
  -webkit-box-shadow: 1px 1px 3px 2px #d3cbd2;
  box-shadow:         1px 1px 3px 2px #d3cbd2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,203,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cbd2


Comments

No comments written yet.

Please login to write comment.