HEX: #DCC7EB
RGB: (220,199,235)
#DCC7EB contains red, green and blue colors in about the same proportion. Web safe color of #DCC7EB is #CCCCFF (or #CCF).
#DCC7EB color RGB value is (220,199,235).
RGB: (220,199,235)
(86%, 78%, 92%)
R 220 of 255 = 86%
G 199 of 255 = 78%
B 235 of 255 = 92%
R + G + B ~ 85%. #DCC7EB is quite light color.
R + G + B = 220 + 199 + 235 = 654 (100%)
R 220 of 654 ~ 33.64%
G 199 of 654 ~ 30.43%
B 235 of 654 ~ 35.93'%
#DCC7EB color CMYK value is (6,15,0,8).
CMYK: (6,15,0,8)
C6M15Y0K8 (6%, 15%, 0%, 8%)
(0.06 / 0.15 / 0.00 / 0.08)
Color #DCC7EB in popluar color models
DC | C7 | EB | |
---|---|---|---|
RGB | 220 | 199 | 235 |
HSL | 275° | 47.37% | 85.10% |
HSB/HSV | 275° | 15.32% | 92.16% |
CMYK | 6.38% | 15.32% | 0.00% |
7.84% |
Color #DCC7EB in popluar number systems.
HEX | DC | C7 | EB |
Decimal | 220 | 199 | 235 |
Binary | 11011100 | 11000111 | 11101011 |
Octal | 334 | 307 | 353 |
Shades of #DCC7EB
Tints of #DCC7EB
Examples of css and html codes for elements with #DCC7EB color. Also use rgb(220,199,235) instead hex code.
.myTextColor { color: #DCC7EB; }
<p style="color:#DCC7EB">This sample text font color is #DCC7EB.</p>
This text font color is #DCC7EB.
.myBgColor { background-color: #DCC7EB; }
<div style="background-color:#DCC7EB">Inner text</div>
This div background color is #DCC7EB.
.myBorderColor { border: 1px solid #DCC7EB; }
<div style="border:3px solid #DCC7EB">Div</div>
This div border color is #DCC7EB.
.myOpacity80 { color: #DCC7EB; opacity: 0.8; }
<p style="color:#DCC7EB;opacity:0.8;">80%</p>
Text with #DCC7EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DCC7EB;}
<p style="text-shadow: 3px 3px 1px #DCC7EB">Text here.</p>
This text has shadow with #DCC7EB color.
.textShadow {text-shadow: 3px 3px 1px #DCC7EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DCC7EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #DCC7EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DCC7EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DCC7EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #DCC7EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DCC7EB;
-webkit-box-shadow: 1px 1px 3px 2px #DCC7EB;
box-shadow: 1px 1px 3px 2px #DCC7EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DCC7EB; -webkit-box-shadow: 1px 1px 3px 2px #DCC7EB; box-shadow:1px 1px 3px 2px #DCC7EB;">
Div content here
</div>
This text has color #DCC7EB on black background.
This text has color #DCC7EB on white background.
This text has black color on #DCC7EB background.
This text has white color on #DCC7EB background.
Complementary color for #hex is #233814.