Color Hex Logo

#dcc6ef Color Hex

#DCC6EF
(220,198,239)
0 Favorites   0 Comments

Color spaces of #dcc6ef

RGB 220198239
HSL0.760.560.86
HSV272°17°94°
CMYK 0.080.170.00   0.06
XYZ65.289361.835890.1557
Yxy61.83580.30050.2846
Hunter Lab78.635710.5916-12.9308
CIE-Lab82.826015.1943-17.4155

#dcc6ef color RGB value is (220,198,239).

#dcc6ef hex color red value is 220, green value is 198 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dcc6ef hue: 0.76 , saturation: 0.56 and the lightness value of dcc6ef is 0.86.

The process color (four color CMYK) of #dcc6ef color hex is 0.08, 0.17, 0.00, 0.06. Web safe color of #dcc6ef is #ccccff. Color #dcc6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 11101111
Octal 334 306 357
Decimal 220 198 239
Hex DC C6 EF

RGB Percentages of Color #dcc6ef

%33.49
%30.14
%36.38

CMYK Percentages of Color #dcc6ef

%8
%17
%0
%6

Triadic Colors of #dcc6ef

#dcc6ef #efdcc6 #c6efdc

Analogous Colors of #dcc6ef

#dcc6ef #efc6ee #c8c6ef

Monochromatic Colors of #dcc6ef

#dcc6ef

Complementary Color

#dcc6ef #d9efc6

#dcc6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc6ef Color CSS Codes

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

#dcc6ef Text Font Color

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

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


#dcc6ef Background Color

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

This div background color is #dcc6ef


#dcc6ef Border Color

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

This div border color is #dcc6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc6ef


Comments

No comments written yet.

Please login to write comment.