Color Hex Logo

#cec8dc Color Hex

#CEC8DC
(206,200,220)
0 Favorites   0 Comments

Color spaces of #cec8dc

RGB 206200220
HSL0.720.220.82
HSV258°86°
CMYK 0.060.090.00   0.14
XYZ59.026159.597776.1026
Yxy59.59770.30310.3061
Hunter Lab77.19951.3803-4.4079
CIE-Lab81.61905.8130-9.1824

#cec8dc color RGB value is (206,200,220).

#cec8dc hex color red value is 206, green value is 200 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cec8dc hue: 0.72 , saturation: 0.22 and the lightness value of cec8dc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001000 11011100
Octal 316 310 334
Decimal 206 200 220
Hex CE C8 DC

RGB Percentages of Color #cec8dc

%32.91
%31.95
%35.14

CMYK Percentages of Color #cec8dc

%6
%9
%0
%14

Triadic Colors of #cec8dc

#cec8dc #dccec8 #c8dcce

Analogous Colors of #cec8dc

#cec8dc #d8c8dc #c8ccdc

Monochromatic Colors of #cec8dc

#cec8dc

Complementary Color

#cec8dc #d6dcc8

#cec8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec8dc Color CSS Codes

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

#cec8dc Text Font Color

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

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


#cec8dc Background Color

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

This div background color is #cec8dc


#cec8dc Border Color

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

This div border color is #cec8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec8dc


Comments

No comments written yet.

Please login to write comment.