Color Hex Logo

#d7cbdb Color Hex

#D7CBDB
(215,203,219)
0 Favorites   0 Comments

Color spaces of #d7cbdb

RGB 215203219
HSL0.790.180.83
HSV285°86°
CMYK 0.020.070.00   0.14
XYZ62.166562.273475.7613
Yxy62.27340.31050.3111
Hunter Lab78.91352.5202-1.6822
CIE-Lab83.05867.0429-6.4346

#d7cbdb color RGB value is (215,203,219).

#d7cbdb hex color red value is 215, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d7cbdb hue: 0.79 , saturation: 0.18 and the lightness value of d7cbdb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001011 11011011
Octal 327 313 333
Decimal 215 203 219
Hex D7 CB DB

RGB Percentages of Color #d7cbdb

%33.75
%31.87
%34.38

CMYK Percentages of Color #d7cbdb

%2
%7
%0
%14

Triadic Colors of #d7cbdb

#d7cbdb #dbd7cb #cbdbd7

Analogous Colors of #d7cbdb

#d7cbdb #dbcbd7 #cfcbdb

Monochromatic Colors of #d7cbdb

#d7cbdb

Complementary Color

#d7cbdb #cfdbcb

#d7cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cbdb Color CSS Codes

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

#d7cbdb Text Font Color

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

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


#d7cbdb Background Color

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

This div background color is #d7cbdb


#d7cbdb Border Color

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

This div border color is #d7cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cbdb


Comments

No comments written yet.

Please login to write comment.