COLOR #CED1EB

HEX: #CED1EB
RGB: (206,209,235)

Color info

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

RGB color model

#CED1EB color RGB value is (206,209,235).

  • red value is 206;
  • green value is 209;
  • blue value is 235.
RGB:
(206,209,235)
(81%,82%,92%)

RGB channels and saturation

R 206 of 255 = 81%
G 209 of 255 = 82%
B 235 of 255 = 92%

206
209
235

R + G + B ~ 85%. #CED1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 209 + 235 = 650 (100%)
R 206 of 650 ~ 31.69%
G 209 of 650 ~ 32.15%
B 235 of 650 ~ 36.15%

%31.69
%32.15
%36.15

CMYK color model

#CED1EB color CMYK value is (12,11,0,8).

  • cyan value is 12.34%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(12,11,0,8)
C12M11Y0K8 
(12%,11%,0%,8%)
(0.12/0.11/0.00/0.08)	

CMYK percentages

%12.34
%11.06
%0
%7.84

Codes

Color #CED1EB in popluar color models

CED1EB
RGB206209235
HSL234°42.03%86.47%
HSB/HSV234°12.34%92.16%
CMYK12.34%11.06%0.00%
7.84%

Color #CED1EB in popluar number systems.

HEXCED1EB
Decimal206209235
Binary110011101101000111101011
Octal316321353

Shades and tints

Shades of #CED1EB

#CED1EB
(206,209,235)
#BCBED6
(188,190,214)
#AAABC1
(170,171,193)
#9898AC
(152,152,172)
#868597
(134,133,151)
#747282
(116,114,130)
#625F6D
(98,95,109)
#504C58
(80,76,88)
#3E3943
(62,57,67)
#2C262E
(44,38,46)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #CED1EB

#CED1EB
(206,209,235)
#D2D5EC
(210,213,236)
#D6D9ED
(214,217,237)
#DADDEE
(218,221,238)
#DEE1EF
(222,225,239)
#E2E5F0
(226,229,240)
#E6E9F1
(230,233,241)
#EAEDF2
(234,237,242)
#EEF1F3
(238,241,243)
#F2F5F4
(242,245,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED1EB; }

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

This text font color is #CED1EB.


Background Color

.myBgColor { background-color: #CED1EB; }

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

This div background color is #CED1EB.


Border color

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

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

This div border color is #CED1EB.


Opacity

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

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

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

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

This text has shadow with #CED1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED1EB on black background.


Color preview on white background

This text has color #CED1EB on white background.



Black color preview on #CED1EB background

This text has black color on #CED1EB background.


White color preview on #CED1EB background

This text has white color on #CED1EB background.