HEX: #CCC5DA
RGB: (204,197,218)
#CCC5DA contains red, green and blue colors in about the same proportion. Web safe color of #CCC5DA is #CCCCCC (or #CCC).
#CCC5DA color RGB value is (204,197,218).
RGB: (204,197,218)
(80%, 77%, 85%)
R 204 of 255 = 80%
G 197 of 255 = 77%
B 218 of 255 = 85%
R + G + B ~ 81%. #CCC5DA is quite light color.
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'%
#CCC5DA color CMYK value is (6,10,0,15).
CMYK: (6,10,0,15) C6M10Y0K15 (6%,10%,0%,15%) (0.06/0.10/0.00/0.15)
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 of #CCC5DA
Tints of #CCC5DA
Examples of css and html codes for elements with #CCC5DA color. Also use rgb(204,197,218) instead hex code.
.myTextColor { color: #CCC5DA; }
<p style="color:#CCC5DA">This sample text font color is #CCC5DA.</p>
This text font color is #CCC5DA.
.myBgColor { background-color: #CCC5DA; }
<div style="background-color:#CCC5DA">Inner text</div>
This div background color is #CCC5DA.
.myBorderColor { border: 1px solid #CCC5DA; }
<div style="border:3px solid #CCC5DA">Div</div>
This div border color is #CCC5DA.
.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%.
.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.
/* 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 text has color #CCC5DA on black background.
This text has color #CCC5DA on white background.
This text has black color on #CCC5DA background.
This text has white color on #CCC5DA background.
Complementary color for #hex is #333A25.