COLOR #CCDDE0

HEX: #CCDDE0 RGB: (204,221,224)

Color info

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

RGB color model

#CCDDE0 color RGB value is (204,221,224).

RGB: (204,221,224) (80%, 87%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 224 of 255 = 88%

204
221
224

R + G + B ~ 85%. #CCDDE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 221 + 224 = 649 (100%)
R 204 of 649 ~ 31.43%
G 221 of 649 ~ 34.05%
B 224 of 649 ~ 34.51'%

%31.43
%34.05
%34.51

CMYK color model

#CCDDE0 color CMYK value is (9,1,0,12).

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

CMYK: (9,1,0,12)
C9M1Y0K12 (9%, 1%, 0%, 12%)
(0.09 / 0.01 / 0.00 / 0.12)

CMYK percentages

%8.93
%1.34
%0
%12.16

Codes

Color #CCDDE0 in popluar color models

CC DD E0
RGB 204 221 224
HSL 189° 24.39% 83.92%
HSB/HSV 189° 8.93% 87.84%
CMYK 8.93% 1.34% 0.00%
12.16%

Color #CCDDE0 in popluar number systems.

HEX CC DD E0
Decimal 204 221 224
Binary 11001100 11011101 11100000
Octal 314 335 340

Shades and tints

Shades of #CCDDE0

#CCDDE0
(204,221,224)
#BAC9CC
(186,201,204)
#A8B5B8
(168,181,184)
#96A1A4
(150,161,164)
#848D90
(132,141,144)
#72797C
(114,121,124)
#606568
(96,101,104)
#4E5154
(78,81,84)
#3C3D40
(60,61,64)
#2A292C
(42,41,44)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #CCDDE0

#CCDDE0
(204,221,224)
#D0E0E2
(208,224,226)
#D4E3E4
(212,227,228)
#D8E6E6
(216,230,230)
#DCE9E8
(220,233,232)
#E0ECEA
(224,236,234)
#E4EFEC
(228,239,236)
#E8F2EE
(232,242,238)
#ECF5F0
(236,245,240)
#F0F8F2
(240,248,242)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDE0; }

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

This text font color is #CCDDE0.

Background Color

.myBgColor { background-color: #CCDDE0; }

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

This div background color is #CCDDE0.

Border color

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

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

This div border color is #CCDDE0.

Opacity

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

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

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

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

This text has shadow with #CCDDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDDE0.

Preview

Color preview on black background

This text has color #CCDDE0 on black background.


Color preview on white background

This text has color #CCDDE0 on white background.


Black color preview on #CCDDE0 background

This text has black color on #CCDDE0 background.


White color preview on #CCDDE0 background

This text has white color on #CCDDE0 background.


Related colors

Complementary color

Complementary color for #hex is #33221F.


I love getcolorcode.com

Triadic colors

1 #E0CCDD and #DDE0CC with #CCDDE0 are triadic colors.

2 #E0DDCC and #DDCCE0 with #CCDDE0 are triadic colors.