COLOR #CCDDDB

HEX: #CCDDDB RGB: (204,221,219)

Color info

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

RGB color model

#CCDDDB color RGB value is (204,221,219).

RGB: (204,221,219) (80%, 87%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 219 of 255 = 86%

204
221
219

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

Portions of RGB colors in percentages

R + G + B = 204 + 221 + 219 = 644 (100%)
R 204 of 644 ~ 31.68%
G 221 of 644 ~ 34.32%
B 219 of 644 ~ 34.01'%

%31.68
%34.32
%34.01

CMYK color model

#CCDDDB color CMYK value is (8,0,1,13).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 13.33%

CMYK: (8,0,1,13)
C8M0Y1K13 (8%, 0%, 1%, 13%)
(0.08 / 0.00 / 0.01 / 0.13)

CMYK percentages

%7.69
%0
%0.9
%13.33

Codes

Color #CCDDDB in popluar color models

CC DD DB
RGB 204 221 219
HSL 173° 20.00% 83.33%
HSB/HSV 173° 7.69% 86.67%
CMYK 7.69% 0.00% 0.90%
13.33%

Color #CCDDDB in popluar number systems.

HEX CC DD DB
Decimal 204 221 219
Binary 11001100 11011101 11011011
Octal 314 335 333

Shades and tints

Shades of #CCDDDB

#CCDDDB
(204,221,219)
#BAC9C8
(186,201,200)
#A8B5B5
(168,181,181)
#96A1A2
(150,161,162)
#848D8F
(132,141,143)
#72797C
(114,121,124)
#606569
(96,101,105)
#4E5156
(78,81,86)
#3C3D43
(60,61,67)
#2A2930
(42,41,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #CCDDDB

#CCDDDB
(204,221,219)
#D0E0DE
(208,224,222)
#D4E3E1
(212,227,225)
#D8E6E4
(216,230,228)
#DCE9E7
(220,233,231)
#E0ECEA
(224,236,234)
#E4EFED
(228,239,237)
#E8F2F0
(232,242,240)
#ECF5F3
(236,245,243)
#F0F8F6
(240,248,246)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDDB; }

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

This text font color is #CCDDDB.

Background Color

.myBgColor { background-color: #CCDDDB; }

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

This div background color is #CCDDDB.

Border color

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

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

This div border color is #CCDDDB.

Opacity

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

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

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

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

This text has shadow with #CCDDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDDDB.

Preview

Color preview on black background

This text has color #CCDDDB on black background.


Color preview on white background

This text has color #CCDDDB on white background.


Black color preview on #CCDDDB background

This text has black color on #CCDDDB background.


White color preview on #CCDDDB background

This text has white color on #CCDDDB background.


Related colors

Complementary color

Complementary color for #hex is #332224.


I love getcolorcode.com

Triadic colors

1 #DBCCDD and #DDDBCC with #CCDDDB are triadic colors.

2 #DBDDCC and #DDCCDB with #CCDDDB are triadic colors.