Color Hex Logo

#cec0dd Color Hex

#CEC0DD
(206,192,221)
0 Favorites   0 Comments

Color spaces of #cec0dd

RGB 206192221
HSL0.750.300.81
HSV269°13°87°
CMYK 0.070.130.00   0.13
XYZ57.354456.041576.2008
Yxy56.04150.30250.2956
Hunter Lab74.86095.7506-7.9486
CIE-Lab79.637410.2886-12.6752

#cec0dd color RGB value is (206,192,221).

#cec0dd hex color red value is 206, green value is 192 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cec0dd hue: 0.75 , saturation: 0.30 and the lightness value of cec0dd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 11011101
Octal 316 300 335
Decimal 206 192 221
Hex CE C0 DD

RGB Percentages of Color #cec0dd

%33.28
%31.02
%35.70

CMYK Percentages of Color #cec0dd

%7
%13
%0
%13

Triadic Colors of #cec0dd

#cec0dd #ddcec0 #c0ddce

Analogous Colors of #cec0dd

#cec0dd #ddc0dd #c0c1dd

Monochromatic Colors of #cec0dd

#cec0dd

Complementary Color

#cec0dd #cfddc0

#cec0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec0dd Color CSS Codes

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

#cec0dd Text Font Color

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

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


#cec0dd Background Color

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

This div background color is #cec0dd


#cec0dd Border Color

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

This div border color is #cec0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec0dd


Comments

No comments written yet.

Please login to write comment.