COLOR #CCCDE0

HEX: #CCCDE0 RGB: (204,205,224)

Color info

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

RGB color model

#CCCDE0 color RGB value is (204,205,224).

RGB: (204,205,224) (80%, 80%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 224 of 255 = 88%

204
205
224

R + G + B ~ 83%. #CCCDE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 205 + 224 = 633 (100%)
R 204 of 633 ~ 32.23%
G 205 of 633 ~ 32.39%
B 224 of 633 ~ 35.39'%

%32.23
%32.39
%35.39

CMYK color model

#CCCDE0 color CMYK value is (9,8,0,12).

  • cyan value is 8.93%
  • magenta value is 8.48%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (9,8,0,12)
C9M8Y0K12 (9%, 8%, 0%, 12%)
(0.09 / 0.08 / 0.00 / 0.12)

CMYK percentages

%8.93
%8.48
%0
%12.16

Codes

Color #CCCDE0 in popluar color models

CC CD E0
RGB 204 205 224
HSL 237° 24.39% 83.92%
HSB/HSV 237° 8.93% 87.84%
CMYK 8.93% 8.48% 0.00%
12.16%

Color #CCCDE0 in popluar number systems.

HEX CC CD E0
Decimal 204 205 224
Binary 11001100 11001101 11100000
Octal 314 315 340

Shades and tints

Shades of #CCCDE0

#CCCDE0
(204,205,224)
#BABBCC
(186,187,204)
#A8A9B8
(168,169,184)
#9697A4
(150,151,164)
#848590
(132,133,144)
#72737C
(114,115,124)
#606168
(96,97,104)
#4E4F54
(78,79,84)
#3C3D40
(60,61,64)
#2A2B2C
(42,43,44)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #CCCDE0

#CCCDE0
(204,205,224)
#D0D1E2
(208,209,226)
#D4D5E4
(212,213,228)
#D8D9E6
(216,217,230)
#DCDDE8
(220,221,232)
#E0E1EA
(224,225,234)
#E4E5EC
(228,229,236)
#E8E9EE
(232,233,238)
#ECEDF0
(236,237,240)
#F0F1F2
(240,241,242)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCDE0; }

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

This text font color is #CCCDE0.

Background Color

.myBgColor { background-color: #CCCDE0; }

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

This div background color is #CCCDE0.

Border color

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

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

This div border color is #CCCDE0.

Opacity

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

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

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

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

This text has shadow with #CCCDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCDE0.

Preview

Color preview on black background

This text has color #CCCDE0 on black background.


Color preview on white background

This text has color #CCCDE0 on white background.


Black color preview on #CCCDE0 background

This text has black color on #CCCDE0 background.


White color preview on #CCCDE0 background

This text has white color on #CCCDE0 background.


Related colors

Complementary color

Complementary color for #hex is #33321F.


I love getcolorcode.com

Triadic colors

1 #E0CCCD and #CDE0CC with #CCCDE0 are triadic colors.

2 #E0CDCC and #CDCCE0 with #CCCDE0 are triadic colors.