Color Hex Logo

#d5cbda Color Hex

#D5CBDA
(213,203,218)
0 Favorites   0 Comments

Color spaces of #d5cbda

RGB 213203218
HSL0.780.170.83
HSV280°85°
CMYK 0.020.070.00   0.15
XYZ61.451461.920075.0426
Yxy61.92000.30970.3121
Hunter Lab78.68931.6911-1.4599
CIE-Lab82.87096.1815-6.1961

#d5cbda color RGB value is (213,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001011 11011010
Octal 325 313 332
Decimal 213 203 218
Hex D5 CB DA

RGB Percentages of Color #d5cbda

%33.60
%32.02
%34.38

CMYK Percentages of Color #d5cbda

%2
%7
%0
%15

Triadic Colors of #d5cbda

#d5cbda #dad5cb #cbdad5

Analogous Colors of #d5cbda

#d5cbda #dacbd8 #cecbda

Monochromatic Colors of #d5cbda

#d5cbda

Complementary Color

#d5cbda #d0dacb

#d5cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cbda Color CSS Codes

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

#d5cbda Text Font Color

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

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


#d5cbda Background Color

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

This div background color is #d5cbda


#d5cbda Border Color

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

This div border color is #d5cbda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,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 #d5cbda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cbda


Comments

No comments written yet.

Please login to write comment.