COLOR #CED6EB

HEX: #CED6EB RGB: (206,214,235)

Color info

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

RGB color model

#CED6EB color RGB value is (206,214,235).

RGB: (206,214,235) (81%, 84%, 92%)

RGB channels and saturation

R 206 of 255 = 81%
G 214 of 255 = 84%
B 235 of 255 = 92%

206
214
235

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

Portions of RGB colors in percentages

R + G + B = 206 + 214 + 235 = 655 (100%)
R 206 of 655 ~ 31.45%
G 214 of 655 ~ 32.67%
B 235 of 655 ~ 35.88'%

%31.45
%32.67
%35.88

CMYK color model

#CED6EB color CMYK value is (12,9,0,8).

  • cyan value is 12.34%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (12,9,0,8) C12M9Y0K8 (12%,9%,0%,8%) (0.12/0.09/0.00/0.08) 

CMYK percentages

%12.34
%8.94
%0
%7.84

Codes

Color #CED6EB in popluar color models

CE D6 EB
RGB 206 214 235
HSL 223° 42.03% 86.47%
HSB/HSV 223° 12.34% 92.16%
CMYK 12.34% 8.94% 0.00%
7.84%

Color #CED6EB in popluar number systems.

HEX CE D6 EB
Decimal 206 214 235
Binary 11001110 11010110 11101011
Octal 316 326 353

Shades and tints

Shades of #CED6EB

#CED6EB
(206,214,235)
#BCC3D6
(188,195,214)
#AAB0C1
(170,176,193)
#989DAC
(152,157,172)
#868A97
(134,138,151)
#747782
(116,119,130)
#62646D
(98,100,109)
#505158
(80,81,88)
#3E3E43
(62,62,67)
#2C2B2E
(44,43,46)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #CED6EB

#CED6EB
(206,214,235)
#D2D9EC
(210,217,236)
#D6DCED
(214,220,237)
#DADFEE
(218,223,238)
#DEE2EF
(222,226,239)
#E2E5F0
(226,229,240)
#E6E8F1
(230,232,241)
#EAEBF2
(234,235,242)
#EEEEF3
(238,238,243)
#F2F1F4
(242,241,244)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED6EB color. Also use rgb(206,214,235) instead hex code.

Text Font Color

.myTextColor { color: #CED6EB; }

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

This text font color is #CED6EB.

Background Color

.myBgColor { background-color: #CED6EB; }

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

This div background color is #CED6EB.

Border color

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

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

This div border color is #CED6EB.

Opacity

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

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

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

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

This text has shadow with #CED6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED6EB.

Preview

Color preview on black background

This text has color #CED6EB on black background.


Color preview on white background

This text has color #CED6EB on white background.


Black color preview on #CED6EB background

This text has black color on #CED6EB background.


White color preview on #CED6EB background

This text has white color on #CED6EB background.


Related colors

Complementary color

Complementary color for #hex is #312914.


I love getcolorcode.com

Triadic colors

1 #EBCED6 and #D6EBCE with #CED6EB are triadic colors.

2 #EBD6CE and #D6CEEB with #CED6EB are triadic colors.