COLOR #CEC5DD

HEX: #CEC5DD RGB: (206,197,221)

Color info

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

RGB color model

#CEC5DD color RGB value is (206,197,221).

RGB: (206,197,221) (81%, 77%, 87%)

RGB channels and saturation

R 206 of 255 = 81%
G 197 of 255 = 77%
B 221 of 255 = 87%

206
197
221

R + G + B ~ 82%. #CEC5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 197 + 221 = 624 (100%)
R 206 of 624 ~ 33.01%
G 197 of 624 ~ 31.57%
B 221 of 624 ~ 35.42'%

%33.01
%31.57
%35.42

CMYK color model

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

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

CMYK: (7,11,0,13)
C7M11Y0K13 (7%, 11%, 0%, 13%)
(0.07 / 0.11 / 0.00 / 0.13)

CMYK percentages

%6.79
%10.86
%0
%13.33

Codes

Color #CEC5DD in popluar color models

CE C5 DD
RGB 206 197 221
HSL 263° 26.09% 81.96%
HSB/HSV 263° 10.86% 86.67%
CMYK 6.79% 10.86% 0.00%
13.33%

Color #CEC5DD in popluar number systems.

HEX CE C5 DD
Decimal 206 197 221
Binary 11001110 11000101 11011101
Octal 316 305 335

Shades and tints

Shades of #CEC5DD

#CEC5DD
(206,197,221)
#BCB4C9
(188,180,201)
#AAA3B5
(170,163,181)
#9892A1
(152,146,161)
#86818D
(134,129,141)
#747079
(116,112,121)
#625F65
(98,95,101)
#504E51
(80,78,81)
#3E3D3D
(62,61,61)
#2C2C29
(44,44,41)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #CEC5DD

#CEC5DD
(206,197,221)
#D2CAE0
(210,202,224)
#D6CFE3
(214,207,227)
#DAD4E6
(218,212,230)
#DED9E9
(222,217,233)
#E2DEEC
(226,222,236)
#E6E3EF
(230,227,239)
#EAE8F2
(234,232,242)
#EEEDF5
(238,237,245)
#F2F2F8
(242,242,248)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC5DD; }

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

This text font color is #CEC5DD.

Background Color

.myBgColor { background-color: #CEC5DD; }

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

This div background color is #CEC5DD.

Border color

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

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

This div border color is #CEC5DD.

Opacity

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

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

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

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

This text has shadow with #CEC5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC5DD.

Preview

Color preview on black background

This text has color #CEC5DD on black background.


Color preview on white background

This text has color #CEC5DD on white background.


Black color preview on #CEC5DD background

This text has black color on #CEC5DD background.


White color preview on #CEC5DD background

This text has white color on #CEC5DD background.


Related colors

Complementary color

Complementary color for #hex is #313A22.


I love getcolorcode.com

Triadic colors

1 #DDCEC5 and #C5DDCE with #CEC5DD are triadic colors.

2 #DDC5CE and #C5CEDD with #CEC5DD are triadic colors.