COLOR #CED3DD

HEX: #CED3DD RGB: (206,211,221)

Color info

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

RGB color model

#CED3DD color RGB value is (206,211,221).

RGB: (206,211,221) (81%, 83%, 87%)

RGB channels and saturation

R 206 of 255 = 81%
G 211 of 255 = 83%
B 221 of 255 = 87%

206
211
221

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

Portions of RGB colors in percentages

R + G + B = 206 + 211 + 221 = 638 (100%)
R 206 of 638 ~ 32.29%
G 211 of 638 ~ 33.07%
B 221 of 638 ~ 34.64'%

%32.29
%33.07
%34.64

CMYK color model

#CED3DD color CMYK value is (7,5,0,13).

  • cyan value is 6.79%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (7,5,0,13) C7M5Y0K13 (7%,5%,0%,13%) (0.07/0.05/0.00/0.13) 

CMYK percentages

%6.79
%4.52
%0
%13.33

Codes

Color #CED3DD in popluar color models

CE D3 DD
RGB 206 211 221
HSL 220° 18.07% 83.73%
HSB/HSV 220° 6.79% 86.67%
CMYK 6.79% 4.52% 0.00%
13.33%

Color #CED3DD in popluar number systems.

HEX CE D3 DD
Decimal 206 211 221
Binary 11001110 11010011 11011101
Octal 316 323 335

Shades and tints

Shades of #CED3DD

#CED3DD
(206,211,221)
#BCC0C9
(188,192,201)
#AAADB5
(170,173,181)
#989AA1
(152,154,161)
#86878D
(134,135,141)
#747479
(116,116,121)
#626165
(98,97,101)
#504E51
(80,78,81)
#3E3B3D
(62,59,61)
#2C2829
(44,40,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #CED3DD

#CED3DD
(206,211,221)
#D2D7E0
(210,215,224)
#D6DBE3
(214,219,227)
#DADFE6
(218,223,230)
#DEE3E9
(222,227,233)
#E2E7EC
(226,231,236)
#E6EBEF
(230,235,239)
#EAEFF2
(234,239,242)
#EEF3F5
(238,243,245)
#F2F7F8
(242,247,248)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED3DD color. Also use rgb(206,211,221) instead hex code.

Text Font Color

.myTextColor { color: #CED3DD; }

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

This text font color is #CED3DD.

Background Color

.myBgColor { background-color: #CED3DD; }

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

This div background color is #CED3DD.

Border color

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

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

This div border color is #CED3DD.

Opacity

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

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

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

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

This text has shadow with #CED3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED3DD.

Preview

Color preview on black background

This text has color #CED3DD on black background.


Color preview on white background

This text has color #CED3DD on white background.


Black color preview on #CED3DD background

This text has black color on #CED3DD background.


White color preview on #CED3DD background

This text has white color on #CED3DD background.


Related colors

Complementary color

Complementary color for #hex is #312C22.


I love getcolorcode.com

Triadic colors

1 #DDCED3 and #D3DDCE with #CED3DD are triadic colors.

2 #DDD3CE and #D3CEDD with #CED3DD are triadic colors.