Color Hex Logo

#d6cced Color Hex

#D6CCED
(214,204,237)
0 Favorites   0 Comments

Color spaces of #d6cced

RGB 214204237
HSL0.720.480.86
HSV258°14°93°
CMYK 0.100.140.00   0.07
XYZ64.610563.596388.9907
Yxy63.59630.29750.2928
Hunter Lab79.74735.0613-10.3391
CIE-Lab83.75519.6553-15.0012

#d6cced color RGB value is (214,204,237).

#d6cced hex color red value is 214, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d6cced hue: 0.72 , saturation: 0.48 and the lightness value of d6cced is 0.86.

The process color (four color CMYK) of #d6cced color hex is 0.10, 0.14, 0.00, 0.07. Web safe color of #d6cced is #ccccff. Color #d6cced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001100 11101101
Octal 326 314 355
Decimal 214 204 237
Hex D6 CC ED

RGB Percentages of Color #d6cced

%32.67
%31.15
%36.18

CMYK Percentages of Color #d6cced

%10
%14
%0
%7

Triadic Colors of #d6cced

#d6cced #edd6cc #ccedd6

Analogous Colors of #d6cced

#d6cced #e7cced #ccd3ed

Monochromatic Colors of #d6cced

#d6cced

Complementary Color

#d6cced #e3edcc

#d6cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cced Color CSS Codes

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

#d6cced Text Font Color

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

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


#d6cced Background Color

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

This div background color is #d6cced


#d6cced Border Color

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

This div border color is #d6cced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,204,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cced


Comments

No comments written yet.

Please login to write comment.