COLOR #CEC4DE

HEX: #CEC4DE RGB: (206,196,222)

Color info

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

RGB color model

#CEC4DE color RGB value is (206,196,222).

RGB: (206,196,222) (81%, 77%, 87%)

RGB channels and saturation

R 206 of 255 = 81%
G 196 of 255 = 77%
B 222 of 255 = 87%

206
196
222

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

Portions of RGB colors in percentages

R + G + B = 206 + 196 + 222 = 624 (100%)
R 206 of 624 ~ 33.01%
G 196 of 624 ~ 31.41%
B 222 of 624 ~ 35.58'%

%33.01
%31.41
%35.58

CMYK color model

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

  • cyan value is 7.21%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 12.94%

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

CMYK percentages

%7.21
%11.71
%0
%12.94

Codes

Color #CEC4DE in popluar color models

CE C4 DE
RGB 206 196 222
HSL 263° 28.26% 81.96%
HSB/HSV 263° 11.71% 87.06%
CMYK 7.21% 11.71% 0.00%
12.94%

Color #CEC4DE in popluar number systems.

HEX CE C4 DE
Decimal 206 196 222
Binary 11001110 11000100 11011110
Octal 316 304 336

Shades and tints

Shades of #CEC4DE

#CEC4DE
(206,196,222)
#BCB3CA
(188,179,202)
#AAA2B6
(170,162,182)
#9891A2
(152,145,162)
#86808E
(134,128,142)
#746F7A
(116,111,122)
#625E66
(98,94,102)
#504D52
(80,77,82)
#3E3C3E
(62,60,62)
#2C2B2A
(44,43,42)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #CEC4DE

#CEC4DE
(206,196,222)
#D2C9E1
(210,201,225)
#D6CEE4
(214,206,228)
#DAD3E7
(218,211,231)
#DED8EA
(222,216,234)
#E2DDED
(226,221,237)
#E6E2F0
(230,226,240)
#EAE7F3
(234,231,243)
#EEECF6
(238,236,246)
#F2F1F9
(242,241,249)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC4DE; }

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

This text font color is #CEC4DE.

Background Color

.myBgColor { background-color: #CEC4DE; }

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

This div background color is #CEC4DE.

Border color

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

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

This div border color is #CEC4DE.

Opacity

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

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

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

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

This text has shadow with #CEC4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC4DE.

Preview

Color preview on black background

This text has color #CEC4DE on black background.


Color preview on white background

This text has color #CEC4DE on white background.


Black color preview on #CEC4DE background

This text has black color on #CEC4DE background.


White color preview on #CEC4DE background

This text has white color on #CEC4DE background.


Related colors

Complementary color

Complementary color for #hex is #313B21.


I love getcolorcode.com

Triadic colors

1 #DECEC4 and #C4DECE with #CEC4DE are triadic colors.

2 #DEC4CE and #C4CEDE with #CEC4DE are triadic colors.