Color Hex Logo

#cec4da Color Hex

#CEC4DA
(206,196,218)
0 Favorites   0 Comments

Color spaces of #cec4da

RGB 206196218
HSL0.740.230.81
HSV267°10°85°
CMYK 0.060.100.00   0.15
XYZ57.848457.663674.4109
Yxy57.66360.30460.3036
Hunter Lab75.93663.0922-4.9432
CIE-Lab80.55147.5586-9.6981

#cec4da color RGB value is (206,196,218).

#cec4da hex color red value is 206, green value is 196 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cec4da hue: 0.74 , saturation: 0.23 and the lightness value of cec4da is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 11011010
Octal 316 304 332
Decimal 206 196 218
Hex CE C4 DA

RGB Percentages of Color #cec4da

%33.23
%31.61
%35.16

CMYK Percentages of Color #cec4da

%6
%10
%0
%15

Triadic Colors of #cec4da

#cec4da #dacec4 #c4dace

Analogous Colors of #cec4da

#cec4da #d9c4da #c4c5da

Monochromatic Colors of #cec4da

#cec4da

Complementary Color

#cec4da #d0dac4

#cec4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec4da Color CSS Codes

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

#cec4da Text Font Color

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

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


#cec4da Background Color

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

This div background color is #cec4da


#cec4da Border Color

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

This div border color is #cec4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec4da


Comments

No comments written yet.

Please login to write comment.