COLOR #CCCCEE

HEX: #CCCCEE RGB: (204,204,238)

Color info

#CCCCEE contains red, green and blue colors in about the same proportion. Web safe color of #CCCCEE is #CCCCFF (or #CCF).

RGB color model

#CCCCEE color RGB value is (204,204,238).

RGB: (204,204,238) (80%, 80%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 238 of 255 = 93%

204
204
238

R + G + B ~ 84%. #CCCCEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 204 + 238 = 646 (100%)
R 204 of 646 ~ 31.58%
G 204 of 646 ~ 31.58%
B 238 of 646 ~ 36.84'%

%31.58
%31.58
%36.84

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (14,14,0,7)
C14M14Y0K7 (14%, 14%, 0%, 7%)
(0.14 / 0.14 / 0.00 / 0.07)

CMYK percentages

%14.29
%14.29
%0
%6.67

Codes

Color #CCCCEE in popluar color models

CC CC EE
RGB 204 204 238
HSL 240° 50.00% 86.67%
HSB/HSV 240° 14.29% 93.33%
CMYK 14.29% 14.29% 0.00%
6.67%

Color #CCCCEE in popluar number systems.

HEX CC CC EE
Decimal 204 204 238
Binary 11001100 11001100 11101110
Octal 314 314 356

Shades and tints

Shades of #CCCCEE

#CCCCEE
(204,204,238)
#BABAD9
(186,186,217)
#A8A8C4
(168,168,196)
#9696AF
(150,150,175)
#84849A
(132,132,154)
#727285
(114,114,133)
#606070
(96,96,112)
#4E4E5B
(78,78,91)
#3C3C46
(60,60,70)
#2A2A31
(42,42,49)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #CCCCEE

#CCCCEE
(204,204,238)
#D0D0EF
(208,208,239)
#D4D4F0
(212,212,240)
#D8D8F1
(216,216,241)
#DCDCF2
(220,220,242)
#E0E0F3
(224,224,243)
#E4E4F4
(228,228,244)
#E8E8F5
(232,232,245)
#ECECF6
(236,236,246)
#F0F0F7
(240,240,247)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCEE; }

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

This text font color is #CCCCEE.

Background Color

.myBgColor { background-color: #CCCCEE; }

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

This div background color is #CCCCEE.

Border color

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

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

This div border color is #CCCCEE.

Opacity

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

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

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

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

This text has shadow with #CCCCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCCEE.

Preview

Color preview on black background

This text has color #CCCCEE on black background.


Color preview on white background

This text has color #CCCCEE on white background.


Black color preview on #CCCCEE background

This text has black color on #CCCCEE background.


White color preview on #CCCCEE background

This text has white color on #CCCCEE background.


Related colors

Complementary color

Complementary color for #hex is #333311.


I love getcolorcode.com