COLOR #CEC3DD

HEX: #CEC3DD RGB: (206,195,221)

Color info

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

RGB color model

#CEC3DD color RGB value is (206,195,221).

RGB: (206,195,221) (81%, 76%, 87%)

RGB channels and saturation

R 206 of 255 = 81%
G 195 of 255 = 76%
B 221 of 255 = 87%

206
195
221

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

Portions of RGB colors in percentages

R + G + B = 206 + 195 + 221 = 622 (100%)
R 206 of 622 ~ 33.12%
G 195 of 622 ~ 31.35%
B 221 of 622 ~ 35.53'%

%33.12
%31.35
%35.53

CMYK color model

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

  • cyan value is 6.79%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (7,12,0,13)
C7M12Y0K13 (7%, 12%, 0%, 13%)
(0.07 / 0.12 / 0.00 / 0.13)

CMYK percentages

%6.79
%11.76
%0
%13.33

Codes

Color #CEC3DD in popluar color models

CE C3 DD
RGB 206 195 221
HSL 265° 27.66% 81.57%
HSB/HSV 265° 11.76% 86.67%
CMYK 6.79% 11.76% 0.00%
13.33%

Color #CEC3DD in popluar number systems.

HEX CE C3 DD
Decimal 206 195 221
Binary 11001110 11000011 11011101
Octal 316 303 335

Shades and tints

Shades of #CEC3DD

#CEC3DD
(206,195,221)
#BCB2C9
(188,178,201)
#AAA1B5
(170,161,181)
#9890A1
(152,144,161)
#867F8D
(134,127,141)
#746E79
(116,110,121)
#625D65
(98,93,101)
#504C51
(80,76,81)
#3E3B3D
(62,59,61)
#2C2A29
(44,42,41)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #CEC3DD

#CEC3DD
(206,195,221)
#D2C8E0
(210,200,224)
#D6CDE3
(214,205,227)
#DAD2E6
(218,210,230)
#DED7E9
(222,215,233)
#E2DCEC
(226,220,236)
#E6E1EF
(230,225,239)
#EAE6F2
(234,230,242)
#EEEBF5
(238,235,245)
#F2F0F8
(242,240,248)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC3DD color. Also use rgb(206,195,221) instead hex code.

Text Font Color

.myTextColor { color: #CEC3DD; }

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

This text font color is #CEC3DD.

Background Color

.myBgColor { background-color: #CEC3DD; }

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

This div background color is #CEC3DD.

Border color

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

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

This div border color is #CEC3DD.

Opacity

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

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

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

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

This text has shadow with #CEC3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC3DD.

Preview

Color preview on black background

This text has color #CEC3DD on black background.


Color preview on white background

This text has color #CEC3DD on white background.


Black color preview on #CEC3DD background

This text has black color on #CEC3DD background.


White color preview on #CEC3DD background

This text has white color on #CEC3DD background.


Related colors

Complementary color

Complementary color for #hex is #313C22.


I love getcolorcode.com

Triadic colors

1 #DDCEC3 and #C3DDCE with #CEC3DD are triadic colors.

2 #DDC3CE and #C3CEDD with #CEC3DD are triadic colors.