COLOR #CED3EC

HEX: #CED3EC RGB: (206,211,236)

Color info

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

RGB color model

#CED3EC color RGB value is (206,211,236).

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

RGB channels and saturation

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

206
211
236

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

Portions of RGB colors in percentages

R + G + B = 206 + 211 + 236 = 653 (100%)
R 206 of 653 ~ 31.55%
G 211 of 653 ~ 32.31%
B 236 of 653 ~ 36.14'%

%31.55
%32.31
%36.14

CMYK color model

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

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

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

CMYK percentages

%12.71
%10.59
%0
%7.45

Codes

Color #CED3EC in popluar color models

CE D3 EC
RGB 206 211 236
HSL 230° 44.12% 86.67%
HSB/HSV 230° 12.71% 92.55%
CMYK 12.71% 10.59% 0.00%
7.45%

Color #CED3EC in popluar number systems.

HEX CE D3 EC
Decimal 206 211 236
Binary 11001110 11010011 11101100
Octal 316 323 354

Shades and tints

Shades of #CED3EC

#CED3EC
(206,211,236)
#BCC0D7
(188,192,215)
#AAADC2
(170,173,194)
#989AAD
(152,154,173)
#868798
(134,135,152)
#747483
(116,116,131)
#62616E
(98,97,110)
#504E59
(80,78,89)
#3E3B44
(62,59,68)
#2C282F
(44,40,47)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #CED3EC

#CED3EC
(206,211,236)
#D2D7ED
(210,215,237)
#D6DBEE
(214,219,238)
#DADFEF
(218,223,239)
#DEE3F0
(222,227,240)
#E2E7F1
(226,231,241)
#E6EBF2
(230,235,242)
#EAEFF3
(234,239,243)
#EEF3F4
(238,243,244)
#F2F7F5
(242,247,245)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED3EC; }

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

This text font color is #CED3EC.

Background Color

.myBgColor { background-color: #CED3EC; }

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

This div background color is #CED3EC.

Border color

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

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

This div border color is #CED3EC.

Opacity

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

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

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

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

This text has shadow with #CED3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED3EC.

Preview

Color preview on black background

This text has color #CED3EC on black background.


Color preview on white background

This text has color #CED3EC on white background.


Black color preview on #CED3EC background

This text has black color on #CED3EC background.


White color preview on #CED3EC background

This text has white color on #CED3EC background.


Related colors

Complementary color

Complementary color for #hex is #312C13.


I love getcolorcode.com

Triadic colors

1 #ECCED3 and #D3ECCE with #CED3EC are triadic colors.

2 #ECD3CE and #D3CEEC with #CED3EC are triadic colors.