Color Hex Logo

#cec2da Color Hex

#CEC2DA
(206,194,218)
0 Favorites   0 Comments

Color spaces of #cec2da

RGB 206194218
HSL0.750.240.81
HSV270°11°85°
CMYK 0.060.110.00   0.15
XYZ57.400356.767374.2615
Yxy56.76730.30460.3013
Hunter Lab75.34414.1367-5.6972
CIE-Lab80.04858.6293-10.4471

#cec2da color RGB value is (206,194,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 11011010
Octal 316 302 332
Decimal 206 194 218
Hex CE C2 DA

RGB Percentages of Color #cec2da

%33.33
%31.39
%35.28

CMYK Percentages of Color #cec2da

%6
%11
%0
%15

Triadic Colors of #cec2da

#cec2da #dacec2 #c2dace

Analogous Colors of #cec2da

#cec2da #dac2da #c2c2da

Monochromatic Colors of #cec2da

#cec2da

Complementary Color

#cec2da #cedac2

#cec2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec2da Color CSS Codes

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

#cec2da Text Font Color

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

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


#cec2da Background Color

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

This div background color is #cec2da


#cec2da Border Color

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

This div border color is #cec2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec2da


Comments

No comments written yet.

Please login to write comment.