HEX: #D5CCEC
RGB: (213,204,236)
#D5CCEC contains red, green and blue colors in about the same proportion. Web safe color of #D5CCEC is #CCCCFF (or #CCF).
#D5CCEC color RGB value is (213,204,236).
RGB: (213,204,236)
(84%, 80%, 93%)
R 213 of 255 = 84%
G 204 of 255 = 80%
B 236 of 255 = 93%
R + G + B ~ 86%. #D5CCEC is light color.
R + G + B = 213 + 204 + 236 = 653 (100%)
R 213 of 653 ~ 32.62%
G 204 of 653 ~ 31.24%
B 236 of 653 ~ 36.14'%
#D5CCEC color CMYK value is (10,14,0,7).
CMYK: (10,14,0,7)
C10M14Y0K7 (10%, 14%, 0%, 7%)
(0.10 / 0.14 / 0.00 / 0.07)
Color #D5CCEC in popluar color models
D5 | CC | EC | |
---|---|---|---|
RGB | 213 | 204 | 236 |
HSL | 257° | 45.71% | 86.27% |
HSB/HSV | 257° | 13.56% | 92.55% |
CMYK | 9.75% | 13.56% | 0.00% |
7.45% |
Color #D5CCEC in popluar number systems.
HEX | D5 | CC | EC |
Decimal | 213 | 204 | 236 |
Binary | 11010101 | 11001100 | 11101100 |
Octal | 325 | 314 | 354 |
Shades of #D5CCEC
Tints of #D5CCEC
Examples of css and html codes for elements with #D5CCEC color. Also use rgb(213,204,236) instead hex code.
.myTextColor { color: #D5CCEC; }
<p style="color:#D5CCEC">This sample text font color is #D5CCEC.</p>
This text font color is #D5CCEC.
.myBgColor { background-color: #D5CCEC; }
<div style="background-color:#D5CCEC">Inner text</div>
This div background color is #D5CCEC.
.myBorderColor { border: 1px solid #D5CCEC; }
<div style="border:3px solid #D5CCEC">Div</div>
This div border color is #D5CCEC.
.myOpacity80 { color: #D5CCEC; opacity: 0.8; }
<p style="color:#D5CCEC;opacity:0.8;">80%</p>
Text with #D5CCEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5CCEC;}
<p style="text-shadow: 3px 3px 1px #D5CCEC">Text here.</p>
This text has shadow with #D5CCEC color.
.textShadow {text-shadow: 3px 3px 1px #D5CCEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5CCEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5CCEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5CCEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5CCEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5CCEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5CCEC;
-webkit-box-shadow: 1px 1px 3px 2px #D5CCEC;
box-shadow: 1px 1px 3px 2px #D5CCEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5CCEC; -webkit-box-shadow: 1px 1px 3px 2px #D5CCEC; box-shadow:1px 1px 3px 2px #D5CCEC;">
Div content here
</div>
This text has color #D5CCEC on black background.
This text has color #D5CCEC on white background.
This text has black color on #D5CCEC background.
This text has white color on #D5CCEC background.
Complementary color for #hex is #2A3313.