Color Hex Logo

#d3cbda Color Hex

#D3CBDA
(211,203,218)
0 Favorites   0 Comments

Color spaces of #d3cbda

RGB 211203218
HSL0.760.170.83
HSV272°85°
CMYK 0.030.070.00   0.15
XYZ60.874861.622775.0156
Yxy61.62270.30820.3120
Hunter Lab78.50011.0469-1.7081
CIE-Lab82.71245.5082-6.4482

#d3cbda color RGB value is (211,203,218).

#d3cbda hex color red value is 211, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d3cbda hue: 0.76 , saturation: 0.17 and the lightness value of d3cbda is 0.83.

The process color (four color CMYK) of #d3cbda color hex is 0.03, 0.07, 0.00, 0.15. Web safe color of #d3cbda is #cccccc. Color #d3cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001011 11011010
Octal 323 313 332
Decimal 211 203 218
Hex D3 CB DA

RGB Percentages of Color #d3cbda

%33.39
%32.12
%34.49

CMYK Percentages of Color #d3cbda

%3
%7
%0
%15

Triadic Colors of #d3cbda

#d3cbda #dad3cb #cbdad3

Analogous Colors of #d3cbda

#d3cbda #dacbda #cccbda

Monochromatic Colors of #d3cbda

#d3cbda

Complementary Color

#d3cbda #d2dacb

#d3cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cbda Color CSS Codes

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

#d3cbda Text Font Color

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

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


#d3cbda Background Color

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

This div background color is #d3cbda


#d3cbda Border Color

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

This div border color is #d3cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cbda


Comments

No comments written yet.

Please login to write comment.