Color Hex Logo

#d7cedc Color Hex

#D7CEDC
(215,206,220)
0 Favorites   0 Comments

Color spaces of #d7cedc

RGB 215206220
HSL0.770.170.84
HSV279°86°
CMYK 0.020.060.00   0.14
XYZ63.013963.757076.6953
Yxy63.75700.30970.3134
Hunter Lab79.84801.1335-1.0554
CIE-Lab83.83915.6419-5.8143

#d7cedc color RGB value is (215,206,220).

#d7cedc hex color red value is 215, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d7cedc hue: 0.77 , saturation: 0.17 and the lightness value of d7cedc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001110 11011100
Octal 327 316 334
Decimal 215 206 220
Hex D7 CE DC

RGB Percentages of Color #d7cedc

%33.54
%32.14
%34.32

CMYK Percentages of Color #d7cedc

%2
%6
%0
%14

Triadic Colors of #d7cedc

#d7cedc #dcd7ce #cedcd7

Analogous Colors of #d7cedc

#d7cedc #dcceda #d0cedc

Monochromatic Colors of #d7cedc

#d7cedc

Complementary Color

#d7cedc #d3dcce

#d7cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cedc Color CSS Codes

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

#d7cedc Text Font Color

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

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


#d7cedc Background Color

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

This div background color is #d7cedc


#d7cedc Border Color

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

This div border color is #d7cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cedc


Comments

No comments written yet.

Please login to write comment.