Color Hex Logo

#cec9da Color Hex

#CEC9DA
(206,201,218)
0 Favorites   0 Comments

Color spaces of #cec9da

RGB 206201218
HSL0.720.190.82
HSV258°85°
CMYK 0.060.080.00   0.15
XYZ58.995159.957174.7932
Yxy59.95710.30450.3095
Hunter Lab77.43200.4925-3.0671
CIE-Lab81.81494.8942-7.8209

#cec9da color RGB value is (206,201,218).

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

The process color (four color CMYK) of #cec9da color hex is 0.06, 0.08, 0.00, 0.15. Web safe color of #cec9da is #cccccc. Color #cec9da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 11011010
Octal 316 311 332
Decimal 206 201 218
Hex CE C9 DA

RGB Percentages of Color #cec9da

%32.96
%32.16
%34.88

CMYK Percentages of Color #cec9da

%6
%8
%0
%15

Triadic Colors of #cec9da

#cec9da #dacec9 #c9dace

Analogous Colors of #cec9da

#cec9da #d7c9da #c9cdda

Monochromatic Colors of #cec9da

#cec9da

Complementary Color

#cec9da #d5dac9

#cec9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec9da Color CSS Codes

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

#cec9da Text Font Color

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

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


#cec9da Background Color

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

This div background color is #cec9da


#cec9da Border Color

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

This div border color is #cec9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec9da

#cec9da Color Palettes


Comments

No comments written yet.

Please login to write comment.