COLOR #CCDDDA

HEX: #CCDDDA RGB: (204,221,218)

Color info

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

RGB color model

#CCDDDA color RGB value is (204,221,218).

RGB: (204,221,218) (80%, 87%, 85%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 218 of 255 = 85%

204
221
218

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

Portions of RGB colors in percentages

R + G + B = 204 + 221 + 218 = 643 (100%)
R 204 of 643 ~ 31.73%
G 221 of 643 ~ 34.37%
B 218 of 643 ~ 33.9'%

%31.73
%34.37
%33.9

CMYK color model

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

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • 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
%1.36
%13.33

Codes

Color #CCDDDA in popluar color models

CC DD DA
RGB 204 221 218
HSL 169° 20.00% 83.33%
HSB/HSV 169° 7.69% 86.67%
CMYK 7.69% 0.00% 1.36%
13.33%

Color #CCDDDA in popluar number systems.

HEX CC DD DA
Decimal 204 221 218
Binary 11001100 11011101 11011010
Octal 314 335 332

Shades and tints

Shades of #CCDDDA

#CCDDDA
(204,221,218)
#BAC9C7
(186,201,199)
#A8B5B4
(168,181,180)
#96A1A1
(150,161,161)
#848D8E
(132,141,142)
#72797B
(114,121,123)
#606568
(96,101,104)
#4E5155
(78,81,85)
#3C3D42
(60,61,66)
#2A292F
(42,41,47)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #CCDDDA

#CCDDDA
(204,221,218)
#D0E0DD
(208,224,221)
#D4E3E0
(212,227,224)
#D8E6E3
(216,230,227)
#DCE9E6
(220,233,230)
#E0ECE9
(224,236,233)
#E4EFEC
(228,239,236)
#E8F2EF
(232,242,239)
#ECF5F2
(236,245,242)
#F0F8F5
(240,248,245)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDDA; }

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

This text font color is #CCDDDA.

Background Color

.myBgColor { background-color: #CCDDDA; }

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

This div background color is #CCDDDA.

Border color

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

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

This div border color is #CCDDDA.

Opacity

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

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

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

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

This text has shadow with #CCDDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDDDA.

Preview

Color preview on black background

This text has color #CCDDDA on black background.


Color preview on white background

This text has color #CCDDDA on white background.


Black color preview on #CCDDDA background

This text has black color on #CCDDDA background.


White color preview on #CCDDDA background

This text has white color on #CCDDDA background.


Related colors

Complementary color

Complementary color for #hex is #332225.


I love getcolorcode.com

Triadic colors

1 #DACCDD and #DDDACC with #CCDDDA are triadic colors.

2 #DADDCC and #DDCCDA with #CCDDDA are triadic colors.