COLOR #CEC2EF

HEX: #CEC2EF RGB: (206,194,239)

Color info

#CEC2EF contains red, green and blue colors in about the same proportion. Web safe color of #CEC2EF is #CCCCFF (or #CCF).

RGB color model

#CEC2EF color RGB value is (206,194,239).

RGB: (206,194,239) (81%, 76%, 94%)

RGB channels and saturation

R 206 of 255 = 81%
G 194 of 255 = 76%
B 239 of 255 = 94%

206
194
239

R + G + B ~ 84%. #CEC2EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 194 + 239 = 639 (100%)
R 206 of 639 ~ 32.24%
G 194 of 639 ~ 30.36%
B 239 of 639 ~ 37.4'%

%32.24
%30.36
%37.4

CMYK color model

#CEC2EF color CMYK value is (14,19,0,6).

  • cyan value is 13.81%
  • magenta value is 18.83%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (14,19,0,6) C14M19Y0K6 (14%,19%,0%,6%) (0.14/0.19/0.00/0.06) 

CMYK percentages

%13.81
%18.83
%0
%6.27

Codes

Color #CEC2EF in popluar color models

CE C2 EF
RGB 206 194 239
HSL 256° 58.44% 84.90%
HSB/HSV 256° 18.83% 93.73%
CMYK 13.81% 18.83% 0.00%
6.27%

Color #CEC2EF in popluar number systems.

HEX CE C2 EF
Decimal 206 194 239
Binary 11001110 11000010 11101111
Octal 316 302 357

Shades and tints

Shades of #CEC2EF

#CEC2EF
(206,194,239)
#BCB1DA
(188,177,218)
#AAA0C5
(170,160,197)
#988FB0
(152,143,176)
#867E9B
(134,126,155)
#746D86
(116,109,134)
#625C71
(98,92,113)
#504B5C
(80,75,92)
#3E3A47
(62,58,71)
#2C2932
(44,41,50)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #CEC2EF

#CEC2EF
(206,194,239)
#D2C7F0
(210,199,240)
#D6CCF1
(214,204,241)
#DAD1F2
(218,209,242)
#DED6F3
(222,214,243)
#E2DBF4
(226,219,244)
#E6E0F5
(230,224,245)
#EAE5F6
(234,229,246)
#EEEAF7
(238,234,247)
#F2EFF8
(242,239,248)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC2EF color. Also use rgb(206,194,239) instead hex code.

Text Font Color

.myTextColor { color: #CEC2EF; }

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

This text font color is #CEC2EF.

Background Color

.myBgColor { background-color: #CEC2EF; }

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

This div background color is #CEC2EF.

Border color

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

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

This div border color is #CEC2EF.

Opacity

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

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

Text with #CEC2EF 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 #CEC2EF;}

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

This text has shadow with #CEC2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC2EF.

Preview

Color preview on black background

This text has color #CEC2EF on black background.


Color preview on white background

This text has color #CEC2EF on white background.


Black color preview on #CEC2EF background

This text has black color on #CEC2EF background.


White color preview on #CEC2EF background

This text has white color on #CEC2EF background.


Related colors

Complementary color

Complementary color for #hex is #313D10.


I love getcolorcode.com

Triadic colors

1 #EFCEC2 and #C2EFCE with #CEC2EF are triadic colors.

2 #EFC2CE and #C2CEEF with #CEC2EF are triadic colors.