COLOR #CED1ED

HEX: #CED1ED RGB: (206,209,237)

Color info

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

RGB color model

#CED1ED color RGB value is (206,209,237).

RGB: (206,209,237) (81%, 82%, 93%)

RGB channels and saturation

R 206 of 255 = 81%
G 209 of 255 = 82%
B 237 of 255 = 93%

206
209
237

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

Portions of RGB colors in percentages

R + G + B = 206 + 209 + 237 = 652 (100%)
R 206 of 652 ~ 31.6%
G 209 of 652 ~ 32.06%
B 237 of 652 ~ 36.35'%

%31.6
%32.06
%36.35

CMYK color model

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

  • cyan value is 13.08%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 7.06%

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

CMYK percentages

%13.08
%11.81
%0
%7.06

Codes

Color #CED1ED in popluar color models

CE D1 ED
RGB 206 209 237
HSL 234° 46.27% 86.86%
HSB/HSV 234° 13.08% 92.94%
CMYK 13.08% 11.81% 0.00%
7.06%

Color #CED1ED in popluar number systems.

HEX CE D1 ED
Decimal 206 209 237
Binary 11001110 11010001 11101101
Octal 316 321 355

Shades and tints

Shades of #CED1ED

#CED1ED
(206,209,237)
#BCBED8
(188,190,216)
#AAABC3
(170,171,195)
#9898AE
(152,152,174)
#868599
(134,133,153)
#747284
(116,114,132)
#625F6F
(98,95,111)
#504C5A
(80,76,90)
#3E3945
(62,57,69)
#2C2630
(44,38,48)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #CED1ED

#CED1ED
(206,209,237)
#D2D5EE
(210,213,238)
#D6D9EF
(214,217,239)
#DADDF0
(218,221,240)
#DEE1F1
(222,225,241)
#E2E5F2
(226,229,242)
#E6E9F3
(230,233,243)
#EAEDF4
(234,237,244)
#EEF1F5
(238,241,245)
#F2F5F6
(242,245,246)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED1ED; }

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

This text font color is #CED1ED.

Background Color

.myBgColor { background-color: #CED1ED; }

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

This div background color is #CED1ED.

Border color

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

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

This div border color is #CED1ED.

Opacity

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

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

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

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

This text has shadow with #CED1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED1ED.

Preview

Color preview on black background

This text has color #CED1ED on black background.


Color preview on white background

This text has color #CED1ED on white background.


Black color preview on #CED1ED background

This text has black color on #CED1ED background.


White color preview on #CED1ED background

This text has white color on #CED1ED background.


Related colors

Complementary color

Complementary color for #hex is #312E12.


I love getcolorcode.com

Triadic colors

1 #EDCED1 and #D1EDCE with #CED1ED are triadic colors.

2 #EDD1CE and #D1CEED with #CED1ED are triadic colors.