Color Hex Logo

#cec6de Color Hex

#CEC6DE
(206,198,222)
0 Favorites   0 Comments

Color spaces of #cec6de

RGB 206198222
HSL0.720.270.82
HSV260°11°87°
CMYK 0.070.110.00   0.13
XYZ58.832558.783977.3529
Yxy58.78390.30180.3015
Hunter Lab76.67072.7966-6.1481
CIE-Lab81.17277.2701-10.9187

#cec6de color RGB value is (206,198,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000110 11011110
Octal 316 306 336
Decimal 206 198 222
Hex CE C6 DE

RGB Percentages of Color #cec6de

%32.91
%31.63
%35.46

CMYK Percentages of Color #cec6de

%7
%11
%0
%13

Triadic Colors of #cec6de

#cec6de #decec6 #c6dece

Analogous Colors of #cec6de

#cec6de #dac6de #c6cade

Monochromatic Colors of #cec6de

#cec6de

Complementary Color

#cec6de #d6dec6

#cec6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec6de Color CSS Codes

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

#cec6de Text Font Color

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

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


#cec6de Background Color

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

This div background color is #cec6de


#cec6de Border Color

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

This div border color is #cec6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec6de

#cec6de Color Palettes


Comments

No comments written yet.

Please login to write comment.