COLOR #CCC5DA

HEX: #CCC5DA RGB: (204,197,218)

Color info

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

RGB color model

#CCC5DA color RGB value is (204,197,218).

RGB: (204,197,218) (80%, 77%, 85%)

RGB channels and saturation

R 204 of 255 = 80%
G 197 of 255 = 77%
B 218 of 255 = 85%

204
197
218

R + G + B ~ 81%. #CCC5DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 197 + 218 = 619 (100%)
R 204 of 619 ~ 32.96%
G 197 of 619 ~ 31.83%
B 218 of 619 ~ 35.22'%

%32.96
%31.83
%35.22

CMYK color model

#CCC5DA color CMYK value is (6,10,0,15).

  • cyan value is 6.42%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (6,10,0,15) C6M10Y0K15 (6%,10%,0%,15%) (0.06/0.10/0.00/0.15) 

CMYK percentages

%6.42
%9.63
%0
%14.51

Codes

Color #CCC5DA in popluar color models

CC C5 DA
RGB 204 197 218
HSL 260° 22.11% 81.37%
HSB/HSV 260° 9.63% 85.49%
CMYK 6.42% 9.63% 0.00%
14.51%

Color #CCC5DA in popluar number systems.

HEX CC C5 DA
Decimal 204 197 218
Binary 11001100 11000101 11011010
Octal 314 305 332

Shades and tints

Shades of #CCC5DA

#CCC5DA
(204,197,218)
#BAB4C7
(186,180,199)
#A8A3B4
(168,163,180)
#9692A1
(150,146,161)
#84818E
(132,129,142)
#72707B
(114,112,123)
#605F68
(96,95,104)
#4E4E55
(78,78,85)
#3C3D42
(60,61,66)
#2A2C2F
(42,44,47)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #CCC5DA

#CCC5DA
(204,197,218)
#D0CADD
(208,202,221)
#D4CFE0
(212,207,224)
#D8D4E3
(216,212,227)
#DCD9E6
(220,217,230)
#E0DEE9
(224,222,233)
#E4E3EC
(228,227,236)
#E8E8EF
(232,232,239)
#ECEDF2
(236,237,242)
#F0F2F5
(240,242,245)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC5DA; }

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

This text font color is #CCC5DA.

Background Color

.myBgColor { background-color: #CCC5DA; }

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

This div background color is #CCC5DA.

Border color

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

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

This div border color is #CCC5DA.

Opacity

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

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

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

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

This text has shadow with #CCC5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC5DA.

Preview

Color preview on black background

This text has color #CCC5DA on black background.


Color preview on white background

This text has color #CCC5DA on white background.


Black color preview on #CCC5DA background

This text has black color on #CCC5DA background.


White color preview on #CCC5DA background

This text has white color on #CCC5DA background.


Related colors

Complementary color

Complementary color for #hex is #333A25.


I love getcolorcode.com

Triadic colors

1 #DACCC5 and #C5DACC with #CCC5DA are triadic colors.

2 #DAC5CC and #C5CCDA with #CCC5DA are triadic colors.