COLOR #CCCEE1

HEX: #CCCEE1 RGB: (204,206,225)

Color info

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

RGB color model

#CCCEE1 color RGB value is (204,206,225).

RGB: (204,206,225) (80%, 81%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 225 of 255 = 88%

204
206
225

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

Portions of RGB colors in percentages

R + G + B = 204 + 206 + 225 = 635 (100%)
R 204 of 635 ~ 32.13%
G 206 of 635 ~ 32.44%
B 225 of 635 ~ 35.43'%

%32.13
%32.44
%35.43

CMYK color model

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

  • cyan value is 9.33%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 11.76%

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

CMYK percentages

%9.33
%8.44
%0
%11.76

Codes

Color #CCCEE1 in popluar color models

CC CE E1
RGB 204 206 225
HSL 234° 25.93% 84.12%
HSB/HSV 234° 9.33% 88.24%
CMYK 9.33% 8.44% 0.00%
11.76%

Color #CCCEE1 in popluar number systems.

HEX CC CE E1
Decimal 204 206 225
Binary 11001100 11001110 11100001
Octal 314 316 341

Shades and tints

Shades of #CCCEE1

#CCCEE1
(204,206,225)
#BABCCD
(186,188,205)
#A8AAB9
(168,170,185)
#9698A5
(150,152,165)
#848691
(132,134,145)
#72747D
(114,116,125)
#606269
(96,98,105)
#4E5055
(78,80,85)
#3C3E41
(60,62,65)
#2A2C2D
(42,44,45)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #CCCEE1

#CCCEE1
(204,206,225)
#D0D2E3
(208,210,227)
#D4D6E5
(212,214,229)
#D8DAE7
(216,218,231)
#DCDEE9
(220,222,233)
#E0E2EB
(224,226,235)
#E4E6ED
(228,230,237)
#E8EAEF
(232,234,239)
#ECEEF1
(236,238,241)
#F0F2F3
(240,242,243)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCEE1 color. Also use rgb(204,206,225) instead hex code.

Text Font Color

.myTextColor { color: #CCCEE1; }

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

This text font color is #CCCEE1.

Background Color

.myBgColor { background-color: #CCCEE1; }

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

This div background color is #CCCEE1.

Border color

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

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

This div border color is #CCCEE1.

Opacity

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

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

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

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

This text has shadow with #CCCEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCEE1.

Preview

Color preview on black background

This text has color #CCCEE1 on black background.


Color preview on white background

This text has color #CCCEE1 on white background.


Black color preview on #CCCEE1 background

This text has black color on #CCCEE1 background.


White color preview on #CCCEE1 background

This text has white color on #CCCEE1 background.


Related colors

Complementary color

Complementary color for #hex is #33311E.


I love getcolorcode.com

Triadic colors

1 #E1CCCE and #CEE1CC with #CCCEE1 are triadic colors.

2 #E1CECC and #CECCE1 with #CCCEE1 are triadic colors.