Color Hex Logo

#d7cbde Color Hex

#D7CBDE
(215,203,222)
0 Favorites   0 Comments

Color spaces of #d7cbde

RGB 215203222
HSL0.770.220.83
HSV278°87°
CMYK 0.030.090.00   0.13
XYZ62.565162.432977.8605
Yxy62.43290.30840.3078
Hunter Lab79.01453.0642-3.1139
CIE-Lab83.14317.6043-7.9109

#d7cbde color RGB value is (215,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001011 11011110
Octal 327 313 336
Decimal 215 203 222
Hex D7 CB DE

RGB Percentages of Color #d7cbde

%33.59
%31.72
%34.69

CMYK Percentages of Color #d7cbde

%3
%9
%0
%13

Triadic Colors of #d7cbde

#d7cbde #ded7cb #cbded7

Analogous Colors of #d7cbde

#d7cbde #decbdc #cecbde

Monochromatic Colors of #d7cbde

#d7cbde

Complementary Color

#d7cbde #d2decb

#d7cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cbde Color CSS Codes

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

#d7cbde Text Font Color

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

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


#d7cbde Background Color

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

This div background color is #d7cbde


#d7cbde Border Color

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

This div border color is #d7cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cbde


Comments

No comments written yet.

Please login to write comment.