COLOR #CCCDE2

HEX: #CCCDE2 RGB: (204,205,226)

Color info

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

RGB color model

#CCCDE2 color RGB value is (204,205,226).

RGB: (204,205,226) (80%, 80%, 89%)

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 226 of 255 = 89%

204
205
226

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

Portions of RGB colors in percentages

R + G + B = 204 + 205 + 226 = 635 (100%)
R 204 of 635 ~ 32.13%
G 205 of 635 ~ 32.28%
B 226 of 635 ~ 35.59'%

%32.13
%32.28
%35.59

CMYK color model

#CCCDE2 color CMYK value is (10,9,0,11).

  • cyan value is 9.73%
  • magenta value is 9.29%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (10,9,0,11)
C10M9Y0K11 (10%, 9%, 0%, 11%)
(0.10 / 0.09 / 0.00 / 0.11)

CMYK percentages

%9.73
%9.29
%0
%11.37

Codes

Color #CCCDE2 in popluar color models

CC CD E2
RGB 204 205 226
HSL 237° 27.50% 84.31%
HSB/HSV 237° 9.73% 88.63%
CMYK 9.73% 9.29% 0.00%
11.37%

Color #CCCDE2 in popluar number systems.

HEX CC CD E2
Decimal 204 205 226
Binary 11001100 11001101 11100010
Octal 314 315 342

Shades and tints

Shades of #CCCDE2

#CCCDE2
(204,205,226)
#BABBCE
(186,187,206)
#A8A9BA
(168,169,186)
#9697A6
(150,151,166)
#848592
(132,133,146)
#72737E
(114,115,126)
#60616A
(96,97,106)
#4E4F56
(78,79,86)
#3C3D42
(60,61,66)
#2A2B2E
(42,43,46)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #CCCDE2

#CCCDE2
(204,205,226)
#D0D1E4
(208,209,228)
#D4D5E6
(212,213,230)
#D8D9E8
(216,217,232)
#DCDDEA
(220,221,234)
#E0E1EC
(224,225,236)
#E4E5EE
(228,229,238)
#E8E9F0
(232,233,240)
#ECEDF2
(236,237,242)
#F0F1F4
(240,241,244)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCDE2; }

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

This text font color is #CCCDE2.

Background Color

.myBgColor { background-color: #CCCDE2; }

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

This div background color is #CCCDE2.

Border color

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

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

This div border color is #CCCDE2.

Opacity

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

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

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

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

This text has shadow with #CCCDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCDE2.

Preview

Color preview on black background

This text has color #CCCDE2 on black background.


Color preview on white background

This text has color #CCCDE2 on white background.


Black color preview on #CCCDE2 background

This text has black color on #CCCDE2 background.


White color preview on #CCCDE2 background

This text has white color on #CCCDE2 background.


Related colors

Complementary color

Complementary color for #hex is #33321D.


I love getcolorcode.com

Triadic colors

1 #E2CCCD and #CDE2CC with #CCCDE2 are triadic colors.

2 #E2CDCC and #CDCCE2 with #CCCDE2 are triadic colors.