Color Hex Logo

#d7cbdd Color Hex

#D7CBDD
(215,203,221)
0 Favorites   0 Comments

Color spaces of #d7cbdd

RGB 215203221
HSL0.780.210.83
HSV280°87°
CMYK 0.030.080.00   0.13
XYZ62.431462.379477.1566
Yxy62.37940.30910.3089
Hunter Lab78.98062.8818-2.6343
CIE-Lab83.11487.4163-7.4192

#d7cbdd color RGB value is (215,203,221).

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

The process color (four color CMYK) of #d7cbdd color hex is 0.03, 0.08, 0.00, 0.13. Web safe color of #d7cbdd is #cccccc. Color #d7cbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001011 11011101
Octal 327 313 335
Decimal 215 203 221
Hex D7 CB DD

RGB Percentages of Color #d7cbdd

%33.65
%31.77
%34.59

CMYK Percentages of Color #d7cbdd

%3
%8
%0
%13

Triadic Colors of #d7cbdd

#d7cbdd #ddd7cb #cbddd7

Analogous Colors of #d7cbdd

#d7cbdd #ddcbda #cecbdd

Monochromatic Colors of #d7cbdd

#d7cbdd

Complementary Color

#d7cbdd #d1ddcb

#d7cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cbdd Color CSS Codes

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

#d7cbdd Text Font Color

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

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


#d7cbdd Background Color

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

This div background color is #d7cbdd


#d7cbdd Border Color

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

This div border color is #d7cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cbdd


Comments

No comments written yet.

Please login to write comment.