COLOR #CEDCDD

HEX: #CEDCDD RGB: (206,220,221)

Color info

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

RGB color model

#CEDCDD color RGB value is (206,220,221).

RGB: (206,220,221) (81%, 86%, 87%)

RGB channels and saturation

R 206 of 255 = 81%
G 220 of 255 = 86%
B 221 of 255 = 87%

206
220
221

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

Portions of RGB colors in percentages

R + G + B = 206 + 220 + 221 = 647 (100%)
R 206 of 647 ~ 31.84%
G 220 of 647 ~ 34%
B 221 of 647 ~ 34.16'%

%31.84
%34
%34.16

CMYK color model

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

  • cyan value is 6.79%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (7,0,0,13)
C7M0Y0K13 (7%, 0%, 0%, 13%)
(0.07 / 0.00 / 0.00 / 0.13)

CMYK percentages

%6.79
%0.45
%0
%13.33

Codes

Color #CEDCDD in popluar color models

CE DC DD
RGB 206 220 221
HSL 184° 18.07% 83.73%
HSB/HSV 184° 6.79% 86.67%
CMYK 6.79% 0.45% 0.00%
13.33%

Color #CEDCDD in popluar number systems.

HEX CE DC DD
Decimal 206 220 221
Binary 11001110 11011100 11011101
Octal 316 334 335

Shades and tints

Shades of #CEDCDD

#CEDCDD
(206,220,221)
#BCC8C9
(188,200,201)
#AAB4B5
(170,180,181)
#98A0A1
(152,160,161)
#868C8D
(134,140,141)
#747879
(116,120,121)
#626465
(98,100,101)
#505051
(80,80,81)
#3E3C3D
(62,60,61)
#2C2829
(44,40,41)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #CEDCDD

#CEDCDD
(206,220,221)
#D2DFE0
(210,223,224)
#D6E2E3
(214,226,227)
#DAE5E6
(218,229,230)
#DEE8E9
(222,232,233)
#E2EBEC
(226,235,236)
#E6EEEF
(230,238,239)
#EAF1F2
(234,241,242)
#EEF4F5
(238,244,245)
#F2F7F8
(242,247,248)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDCDD; }

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

This text font color is #CEDCDD.

Background Color

.myBgColor { background-color: #CEDCDD; }

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

This div background color is #CEDCDD.

Border color

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

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

This div border color is #CEDCDD.

Opacity

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

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

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

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

This text has shadow with #CEDCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEDCDD.

Preview

Color preview on black background

This text has color #CEDCDD on black background.


Color preview on white background

This text has color #CEDCDD on white background.


Black color preview on #CEDCDD background

This text has black color on #CEDCDD background.


White color preview on #CEDCDD background

This text has white color on #CEDCDD background.


Related colors

Complementary color

Complementary color for #hex is #312322.


I love getcolorcode.com

Triadic colors

1 #DDCEDC and #DCDDCE with #CEDCDD are triadic colors.

2 #DDDCCE and #DCCEDD with #CEDCDD are triadic colors.