COLOR #CEC1DE

HEX: #CEC1DE
RGB: (206,193,222)

Color info

#CEC1DE contains red, green and blue colors in about the same proportion. Web safe color of #CEC1DE is #CCCCCC (or #CCC).

RGB color model

#CEC1DE color RGB value is (206,193,222).

  • red value is 206;
  • green value is 193;
  • blue value is 222.
RGB:
(206,193,222)
(81%,76%,87%)

RGB channels and saturation

R 206 of 255 = 81%
G 193 of 255 = 76%
B 222 of 255 = 87%

206
193
222

R + G + B ~ 81%. #CEC1DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 193 + 222 = 621 (100%)
R 206 of 621 ~ 33.17%
G 193 of 621 ~ 31.08%
B 222 of 621 ~ 35.75%

%33.17
%31.08
%35.75

CMYK color model

#CEC1DE color CMYK value is (7,13,0,13).

  • cyan value is 7.21%
  • magenta value is 13.06%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(7,13,0,13)
C7M13Y0K13 
(7%,13%,0%,13%)
(0.07/0.13/0.00/0.13)	

CMYK percentages

%7.21
%13.06
%0
%12.94

Codes

Color #CEC1DE in popluar color models

CEC1DE
RGB206193222
HSL267°30.53%81.37%
HSB/HSV267°13.06%87.06%
CMYK7.21%13.06%0.00%
12.94%

Color #CEC1DE in popluar number systems.

HEXCEC1DE
Decimal206193222
Binary110011101100000111011110
Octal316301336

Shades and tints

Shades of #CEC1DE

#CEC1DE
(206,193,222)
#BCB0CA
(188,176,202)
#AA9FB6
(170,159,182)
#988EA2
(152,142,162)
#867D8E
(134,125,142)
#746C7A
(116,108,122)
#625B66
(98,91,102)
#504A52
(80,74,82)
#3E393E
(62,57,62)
#2C282A
(44,40,42)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #CEC1DE

#CEC1DE
(206,193,222)
#D2C6E1
(210,198,225)
#D6CBE4
(214,203,228)
#DAD0E7
(218,208,231)
#DED5EA
(222,213,234)
#E2DAED
(226,218,237)
#E6DFF0
(230,223,240)
#EAE4F3
(234,228,243)
#EEE9F6
(238,233,246)
#F2EEF9
(242,238,249)
#F6F3FC
(246,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC1DE color. Also use rgb(206,193,222) instead hex code.

Text Font Color

.myTextColor { color: #CEC1DE; }

<p style="color:#CEC1DE">This sample text font color is #CEC1DE.</p>

This text font color is #CEC1DE.


Background Color

.myBgColor { background-color: #CEC1DE; }

<div style="background-color:#CEC1DE">Inner text</div>

This div background color is #CEC1DE.


Border color

.myBorderColor { border: 1px solid #CEC1DE; }

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

This div border color is #CEC1DE.


Opacity

.myOpacity80 { color: #CEC1DE; opacity: 0.8; }

<p style="color:#CEC1DE;opacity:0.8;">80%</p>

Text with #CEC1DE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CEC1DE;}

<p style="text-shadow: 3px 3px 1px #CEC1DE">Text here.</p>

This text has shadow with #CEC1DE color.

.textShadow {text-shadow: 3px 3px 1px #CEC1DE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CEC1DE, 5px 5px 20px red">Text here.</p>

This text has shadow with #CEC1DE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CEC1DE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CEC1DE, Direction=45, Strength=4)">Text</p>

This text has shadow with #CEC1DE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CEC1DE;
  -webkit-box-shadow:	1px 1px 3px 2px #CEC1DE;
  box-shadow:		1px 1px 3px 2px #CEC1DE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CEC1DE;
-webkit-box-shadow: 1px 1px 3px 2px #CEC1DE;
box-shadow:1px 1px 3px 2px #CEC1DE;">
Div content here</div>
This div box has shadow with color #CEC1DE.

Preview

Color preview on black background

This text has color #CEC1DE on black background.


Color preview on white background

This text has color #CEC1DE on white background.



Black color preview on #CEC1DE background

This text has black color on #CEC1DE background.


White color preview on #CEC1DE background

This text has white color on #CEC1DE background.