COLOR #CED2E5

HEX: #CED2E5 RGB: (206,210,229)

Color info

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

RGB color model

#CED2E5 color RGB value is (206,210,229).

RGB: (206,210,229) (81%, 82%, 90%)

RGB channels and saturation

R 206 of 255 = 81%
G 210 of 255 = 82%
B 229 of 255 = 90%

206
210
229

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

Portions of RGB colors in percentages

R + G + B = 206 + 210 + 229 = 645 (100%)
R 206 of 645 ~ 31.94%
G 210 of 645 ~ 32.56%
B 229 of 645 ~ 35.5'%

%31.94
%32.56
%35.5

CMYK color model

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

  • cyan value is 10.04%
  • magenta value is 8.30%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (10,8,0,10) C10M8Y0K10 (10%,8%,0%,10%) (0.10/0.08/0.00/0.10) 

CMYK percentages

%10.04
%8.3
%0
%10.2

Codes

Color #CED2E5 in popluar color models

CE D2 E5
RGB 206 210 229
HSL 230° 30.67% 85.29%
HSB/HSV 230° 10.04% 89.80%
CMYK 10.04% 8.30% 0.00%
10.20%

Color #CED2E5 in popluar number systems.

HEX CE D2 E5
Decimal 206 210 229
Binary 11001110 11010010 11100101
Octal 316 322 345

Shades and tints

Shades of #CED2E5

#CED2E5
(206,210,229)
#BCBFD1
(188,191,209)
#AAACBD
(170,172,189)
#9899A9
(152,153,169)
#868695
(134,134,149)
#747381
(116,115,129)
#62606D
(98,96,109)
#504D59
(80,77,89)
#3E3A45
(62,58,69)
#2C2731
(44,39,49)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #CED2E5

#CED2E5
(206,210,229)
#D2D6E7
(210,214,231)
#D6DAE9
(214,218,233)
#DADEEB
(218,222,235)
#DEE2ED
(222,226,237)
#E2E6EF
(226,230,239)
#E6EAF1
(230,234,241)
#EAEEF3
(234,238,243)
#EEF2F5
(238,242,245)
#F2F6F7
(242,246,247)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED2E5 color. Also use rgb(206,210,229) instead hex code.

Text Font Color

.myTextColor { color: #CED2E5; }

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

This text font color is #CED2E5.

Background Color

.myBgColor { background-color: #CED2E5; }

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

This div background color is #CED2E5.

Border color

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

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

This div border color is #CED2E5.

Opacity

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

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

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

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

This text has shadow with #CED2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED2E5.

Preview

Color preview on black background

This text has color #CED2E5 on black background.


Color preview on white background

This text has color #CED2E5 on white background.


Black color preview on #CED2E5 background

This text has black color on #CED2E5 background.


White color preview on #CED2E5 background

This text has white color on #CED2E5 background.


Related colors

Complementary color

Complementary color for #hex is #312D1A.


I love getcolorcode.com

Triadic colors

1 #E5CED2 and #D2E5CE with #CED2E5 are triadic colors.

2 #E5D2CE and #D2CEE5 with #CED2E5 are triadic colors.