Color Hex Logo

#d7cadd Color Hex

#D7CADD
(215,202,221)
0 Favorites   0 Comments

Color spaces of #d7cadd

RGB 215202221
HSL0.780.220.83
HSV281°87°
CMYK 0.030.090.00   0.13
XYZ62.196061.908677.0781
Yxy61.90860.30920.3077
Hunter Lab78.68203.4059-3.0040
CIE-Lab82.86487.9469-7.7897

#d7cadd color RGB value is (215,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001010 11011101
Octal 327 312 335
Decimal 215 202 221
Hex D7 CA DD

RGB Percentages of Color #d7cadd

%33.70
%31.66
%34.64

CMYK Percentages of Color #d7cadd

%3
%9
%0
%13

Triadic Colors of #d7cadd

#d7cadd #ddd7ca #caddd7

Analogous Colors of #d7cadd

#d7cadd #ddcada #cecadd

Monochromatic Colors of #d7cadd

#d7cadd

Complementary Color

#d7cadd #d0ddca

#d7cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cadd Color CSS Codes

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

#d7cadd Text Font Color

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

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


#d7cadd Background Color

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

This div background color is #d7cadd


#d7cadd Border Color

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

This div border color is #d7cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cadd


Comments

No comments written yet.

Please login to write comment.