Color Hex Logo

#d7ccdc Color Hex

#D7CCDC
(215,204,220)
0 Favorites   0 Comments

Color spaces of #d7ccdc

RGB 215204220
HSL0.780.190.83
HSV281°86°
CMYK 0.020.070.00   0.14
XYZ62.535562.800176.5358
Yxy62.80010.30980.3111
Hunter Lab79.24652.1776-1.7894
CIE-Lab83.33716.6995-6.5563

#d7ccdc color RGB value is (215,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001100 11011100
Octal 327 314 334
Decimal 215 204 220
Hex D7 CC DC

RGB Percentages of Color #d7ccdc

%33.65
%31.92
%34.43

CMYK Percentages of Color #d7ccdc

%2
%7
%0
%14

Triadic Colors of #d7ccdc

#d7ccdc #dcd7cc #ccdcd7

Analogous Colors of #d7ccdc

#d7ccdc #dcccd9 #cfccdc

Monochromatic Colors of #d7ccdc

#d7ccdc

Complementary Color

#d7ccdc #d1dccc

#d7ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ccdc Color CSS Codes

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

#d7ccdc Text Font Color

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

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


#d7ccdc Background Color

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

This div background color is #d7ccdc


#d7ccdc Border Color

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

This div border color is #d7ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ccdc


Comments

No comments written yet.

Please login to write comment.