HEX: #DDC8EB
RGB: (221,200,235)
#DDC8EB contains red, green and blue colors in about the same proportion. Web safe color of #DDC8EB is #CCCCFF (or #CCF).
#DDC8EB color RGB value is (221,200,235).
RGB: (221,200,235)
(87%, 78%, 92%)
R 221 of 255 = 87%
G 200 of 255 = 78%
B 235 of 255 = 92%
R + G + B ~ 86%. #DDC8EB is light color.
R + G + B = 221 + 200 + 235 = 656 (100%)
R 221 of 656 ~ 33.69%
G 200 of 656 ~ 30.49%
B 235 of 656 ~ 35.82'%
#DDC8EB 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 #DDC8EB in popluar color models
DD | C8 | EB | |
---|---|---|---|
RGB | 221 | 200 | 235 |
HSL | 276° | 46.67% | 85.29% |
HSB/HSV | 276° | 14.89% | 92.16% |
CMYK | 5.96% | 14.89% | 0.00% |
7.84% |
Color #DDC8EB in popluar number systems.
HEX | DD | C8 | EB |
Decimal | 221 | 200 | 235 |
Binary | 11011101 | 11001000 | 11101011 |
Octal | 335 | 310 | 353 |
Shades of #DDC8EB
Tints of #DDC8EB
Examples of css and html codes for elements with #DDC8EB color. Also use rgb(221,200,235) instead hex code.
.myTextColor { color: #DDC8EB; }
<p style="color:#DDC8EB">This sample text font color is #DDC8EB.</p>
This text font color is #DDC8EB.
.myBgColor { background-color: #DDC8EB; }
<div style="background-color:#DDC8EB">Inner text</div>
This div background color is #DDC8EB.
.myBorderColor { border: 1px solid #DDC8EB; }
<div style="border:3px solid #DDC8EB">Div</div>
This div border color is #DDC8EB.
.myOpacity80 { color: #DDC8EB; opacity: 0.8; }
<p style="color:#DDC8EB;opacity:0.8;">80%</p>
Text with #DDC8EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DDC8EB;}
<p style="text-shadow: 3px 3px 1px #DDC8EB">Text here.</p>
This text has shadow with #DDC8EB color.
.textShadow {text-shadow: 3px 3px 1px #DDC8EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DDC8EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #DDC8EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDC8EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DDC8EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #DDC8EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDC8EB;
-webkit-box-shadow: 1px 1px 3px 2px #DDC8EB;
box-shadow: 1px 1px 3px 2px #DDC8EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDC8EB; -webkit-box-shadow: 1px 1px 3px 2px #DDC8EB; box-shadow:1px 1px 3px 2px #DDC8EB;">
Div content here
</div>
This text has color #DDC8EB on black background.
This text has color #DDC8EB on white background.
This text has black color on #DDC8EB background.
This text has white color on #DDC8EB background.
Complementary color for #hex is #223714.