COLOR #CCCDDC

HEX: #CCCDDC RGB: (204,205,220)

Color info

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

RGB color model

#CCCDDC color RGB value is (204,205,220).

RGB: (204,205,220) (80%, 80%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 220 of 255 = 86%

204
205
220

R + G + B ~ 82%. #CCCDDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 205 + 220 = 629 (100%)
R 204 of 629 ~ 32.43%
G 205 of 629 ~ 32.59%
B 220 of 629 ~ 34.98'%

%32.43
%32.59
%34.98

CMYK color model

#CCCDDC color CMYK value is (7,7,0,14).

  • cyan value is 7.27%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (7,7,0,14) C7M7Y0K14 (7%,7%,0%,14%) (0.07/0.07/0.00/0.14) 

CMYK percentages

%7.27
%6.82
%0
%13.73

Codes

Color #CCCDDC in popluar color models

CC CD DC
RGB 204 205 220
HSL 236° 18.60% 83.14%
HSB/HSV 236° 7.27% 86.27%
CMYK 7.27% 6.82% 0.00%
13.73%

Color #CCCDDC in popluar number systems.

HEX CC CD DC
Decimal 204 205 220
Binary 11001100 11001101 11011100
Octal 314 315 334

Shades and tints

Shades of #CCCDDC

#CCCDDC
(204,205,220)
#BABBC8
(186,187,200)
#A8A9B4
(168,169,180)
#9697A0
(150,151,160)
#84858C
(132,133,140)
#727378
(114,115,120)
#606164
(96,97,100)
#4E4F50
(78,79,80)
#3C3D3C
(60,61,60)
#2A2B28
(42,43,40)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #CCCDDC

#CCCDDC
(204,205,220)
#D0D1DF
(208,209,223)
#D4D5E2
(212,213,226)
#D8D9E5
(216,217,229)
#DCDDE8
(220,221,232)
#E0E1EB
(224,225,235)
#E4E5EE
(228,229,238)
#E8E9F1
(232,233,241)
#ECEDF4
(236,237,244)
#F0F1F7
(240,241,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCDDC color. Also use rgb(204,205,220) instead hex code.

Text Font Color

.myTextColor { color: #CCCDDC; }

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

This text font color is #CCCDDC.

Background Color

.myBgColor { background-color: #CCCDDC; }

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

This div background color is #CCCDDC.

Border color

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

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

This div border color is #CCCDDC.

Opacity

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

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

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

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

This text has shadow with #CCCDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCDDC.

Preview

Color preview on black background

This text has color #CCCDDC on black background.


Color preview on white background

This text has color #CCCDDC on white background.


Black color preview on #CCCDDC background

This text has black color on #CCCDDC background.


White color preview on #CCCDDC background

This text has white color on #CCCDDC background.


Related colors

Complementary color

Complementary color for #hex is #333223.


I love getcolorcode.com

Triadic colors

1 #DCCCCD and #CDDCCC with #CCCDDC are triadic colors.

2 #DCCDCC and #CDCCDC with #CCCDDC are triadic colors.