COLOR #CED4EC

HEX: #CED4EC RGB: (206,212,236)

Color info

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

RGB color model

#CED4EC color RGB value is (206,212,236).

RGB: (206,212,236) (81%, 83%, 93%)

RGB channels and saturation

R 206 of 255 = 81%
G 212 of 255 = 83%
B 236 of 255 = 93%

206
212
236

R + G + B ~ 86%. #CED4EC is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 212 + 236 = 654 (100%)
R 206 of 654 ~ 31.5%
G 212 of 654 ~ 32.42%
B 236 of 654 ~ 36.09'%

%31.5
%32.42
%36.09

CMYK color model

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

  • cyan value is 12.71%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (13,10,0,7)
C13M10Y0K7 (13%, 10%, 0%, 7%)
(0.13 / 0.10 / 0.00 / 0.07)

CMYK percentages

%12.71
%10.17
%0
%7.45

Codes

Color #CED4EC in popluar color models

CE D4 EC
RGB 206 212 236
HSL 228° 44.12% 86.67%
HSB/HSV 228° 12.71% 92.55%
CMYK 12.71% 10.17% 0.00%
7.45%

Color #CED4EC in popluar number systems.

HEX CE D4 EC
Decimal 206 212 236
Binary 11001110 11010100 11101100
Octal 316 324 354

Shades and tints

Shades of #CED4EC

#CED4EC
(206,212,236)
#BCC1D7
(188,193,215)
#AAAEC2
(170,174,194)
#989BAD
(152,155,173)
#868898
(134,136,152)
#747583
(116,117,131)
#62626E
(98,98,110)
#504F59
(80,79,89)
#3E3C44
(62,60,68)
#2C292F
(44,41,47)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #CED4EC

#CED4EC
(206,212,236)
#D2D7ED
(210,215,237)
#D6DAEE
(214,218,238)
#DADDEF
(218,221,239)
#DEE0F0
(222,224,240)
#E2E3F1
(226,227,241)
#E6E6F2
(230,230,242)
#EAE9F3
(234,233,243)
#EEECF4
(238,236,244)
#F2EFF5
(242,239,245)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED4EC color. Also use rgb(206,212,236) instead hex code.

Text Font Color

.myTextColor { color: #CED4EC; }

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

This text font color is #CED4EC.

Background Color

.myBgColor { background-color: #CED4EC; }

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

This div background color is #CED4EC.

Border color

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

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

This div border color is #CED4EC.

Opacity

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

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

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

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

This text has shadow with #CED4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED4EC.

Preview

Color preview on black background

This text has color #CED4EC on black background.


Color preview on white background

This text has color #CED4EC on white background.


Black color preview on #CED4EC background

This text has black color on #CED4EC background.


White color preview on #CED4EC background

This text has white color on #CED4EC background.


Related colors

Complementary color

Complementary color for #hex is #312B13.


I love getcolorcode.com

Triadic colors

1 #ECCED4 and #D4ECCE with #CED4EC are triadic colors.

2 #ECD4CE and #D4CEEC with #CED4EC are triadic colors.