Color Hex Logo

#d5cbde Color Hex

#D5CBDE
(213,203,222)
0 Favorites   0 Comments

Color spaces of #d5cbde

RGB 213203222
HSL0.750.220.83
HSV272°87°
CMYK 0.040.090.00   0.13
XYZ61.981362.131977.8331
Yxy62.13190.30690.3077
Hunter Lab78.82382.4178-3.3682
CIE-Lab82.98356.9351-8.1651

#d5cbde color RGB value is (213,203,222).

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

The process color (four color CMYK) of #d5cbde color hex is 0.04, 0.09, 0.00, 0.13. Web safe color of #d5cbde is #cccccc. Color #d5cbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001011 11011110
Octal 325 313 336
Decimal 213 203 222
Hex D5 CB DE

RGB Percentages of Color #d5cbde

%33.39
%31.82
%34.80

CMYK Percentages of Color #d5cbde

%4
%9
%0
%13

Triadic Colors of #d5cbde

#d5cbde #ded5cb #cbded5

Analogous Colors of #d5cbde

#d5cbde #decbde #cccbde

Monochromatic Colors of #d5cbde

#d5cbde

Complementary Color

#d5cbde #d4decb

#d5cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cbde Color CSS Codes

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

#d5cbde Text Font Color

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

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


#d5cbde Background Color

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

This div background color is #d5cbde


#d5cbde Border Color

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

This div border color is #d5cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cbde


Comments

No comments written yet.

Please login to write comment.