COLOR #CCCEDB

HEX: #CCCEDB RGB: (204,206,219)

Color info

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

RGB color model

#CCCEDB color RGB value is (204,206,219).

RGB: (204,206,219) (80%, 81%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 219 of 255 = 86%

204
206
219

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

Portions of RGB colors in percentages

R + G + B = 204 + 206 + 219 = 629 (100%)
R 204 of 629 ~ 32.43%
G 206 of 629 ~ 32.75%
B 219 of 629 ~ 34.82'%

%32.43
%32.75
%34.82

CMYK color model

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

  • cyan value is 6.85%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (7,6,0,14)
C7M6Y0K14 (7%, 6%, 0%, 14%)
(0.07 / 0.06 / 0.00 / 0.14)

CMYK percentages

%6.85
%5.94
%0
%14.12

Codes

Color #CCCEDB in popluar color models

CC CE DB
RGB 204 206 219
HSL 232° 17.24% 82.94%
HSB/HSV 232° 6.85% 85.88%
CMYK 6.85% 5.94% 0.00%
14.12%

Color #CCCEDB in popluar number systems.

HEX CC CE DB
Decimal 204 206 219
Binary 11001100 11001110 11011011
Octal 314 316 333

Shades and tints

Shades of #CCCEDB

#CCCEDB
(204,206,219)
#BABCC8
(186,188,200)
#A8AAB5
(168,170,181)
#9698A2
(150,152,162)
#84868F
(132,134,143)
#72747C
(114,116,124)
#606269
(96,98,105)
#4E5056
(78,80,86)
#3C3E43
(60,62,67)
#2A2C30
(42,44,48)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #CCCEDB

#CCCEDB
(204,206,219)
#D0D2DE
(208,210,222)
#D4D6E1
(212,214,225)
#D8DAE4
(216,218,228)
#DCDEE7
(220,222,231)
#E0E2EA
(224,226,234)
#E4E6ED
(228,230,237)
#E8EAF0
(232,234,240)
#ECEEF3
(236,238,243)
#F0F2F6
(240,242,246)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCEDB; }

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

This text font color is #CCCEDB.

Background Color

.myBgColor { background-color: #CCCEDB; }

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

This div background color is #CCCEDB.

Border color

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

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

This div border color is #CCCEDB.

Opacity

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

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

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

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

This text has shadow with #CCCEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCEDB.

Preview

Color preview on black background

This text has color #CCCEDB on black background.


Color preview on white background

This text has color #CCCEDB on white background.


Black color preview on #CCCEDB background

This text has black color on #CCCEDB background.


White color preview on #CCCEDB background

This text has white color on #CCCEDB background.


Related colors

Complementary color

Complementary color for #hex is #333124.


I love getcolorcode.com

Triadic colors

1 #DBCCCE and #CEDBCC with #CCCEDB are triadic colors.

2 #DBCECC and #CECCDB with #CCCEDB are triadic colors.