COLOR #CED1E4

HEX: #CED1E4 RGB: (206,209,228)

Color info

#CED1E4 contains red, green and blue colors in about the same proportion. Web safe color of #CED1E4 is #CCCCCC (or #CCC).

RGB color model

#CED1E4 color RGB value is (206,209,228).

RGB: (206,209,228) (81%, 82%, 89%)

RGB channels and saturation

R 206 of 255 = 81%
G 209 of 255 = 82%
B 228 of 255 = 89%

206
209
228

R + G + B ~ 84%. #CED1E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 209 + 228 = 643 (100%)
R 206 of 643 ~ 32.04%
G 209 of 643 ~ 32.5%
B 228 of 643 ~ 35.46'%

%32.04
%32.5
%35.46

CMYK color model

#CED1E4 color CMYK value is (10,8,0,11).

  • cyan value is 9.65%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (10,8,0,11)
C10M8Y0K11 (10%, 8%, 0%, 11%)
(0.10 / 0.08 / 0.00 / 0.11)

CMYK percentages

%9.65
%8.33
%0
%10.59

Codes

Color #CED1E4 in popluar color models

CE D1 E4
RGB 206 209 228
HSL 232° 28.95% 85.10%
HSB/HSV 232° 9.65% 89.41%
CMYK 9.65% 8.33% 0.00%
10.59%

Color #CED1E4 in popluar number systems.

HEX CE D1 E4
Decimal 206 209 228
Binary 11001110 11010001 11100100
Octal 316 321 344

Shades and tints

Shades of #CED1E4

#CED1E4
(206,209,228)
#BCBED0
(188,190,208)
#AAABBC
(170,171,188)
#9898A8
(152,152,168)
#868594
(134,133,148)
#747280
(116,114,128)
#625F6C
(98,95,108)
#504C58
(80,76,88)
#3E3944
(62,57,68)
#2C2630
(44,38,48)
#1A131C
(26,19,28)
#000000
(0,0,0)

Tints of #CED1E4

#CED1E4
(206,209,228)
#D2D5E6
(210,213,230)
#D6D9E8
(214,217,232)
#DADDEA
(218,221,234)
#DEE1EC
(222,225,236)
#E2E5EE
(226,229,238)
#E6E9F0
(230,233,240)
#EAEDF2
(234,237,242)
#EEF1F4
(238,241,244)
#F2F5F6
(242,245,246)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED1E4; }

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

This text font color is #CED1E4.

Background Color

.myBgColor { background-color: #CED1E4; }

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

This div background color is #CED1E4.

Border color

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

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

This div border color is #CED1E4.

Opacity

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

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

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

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

This text has shadow with #CED1E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED1E4.

Preview

Color preview on black background

This text has color #CED1E4 on black background.


Color preview on white background

This text has color #CED1E4 on white background.


Black color preview on #CED1E4 background

This text has black color on #CED1E4 background.


White color preview on #CED1E4 background

This text has white color on #CED1E4 background.


Related colors

Complementary color

Complementary color for #hex is #312E1B.


I love getcolorcode.com

Triadic colors

1 #E4CED1 and #D1E4CE with #CED1E4 are triadic colors.

2 #E4D1CE and #D1CEE4 with #CED1E4 are triadic colors.