COLOR #DDD6EB

HEX: #DDD6EB
RGB: (221,214,235)

Color info

#DDD6EB contains red, green and blue colors in about the same proportion. Web safe color of #DDD6EB is #CCCCFF (or #CCF).

RGB color model

#DDD6EB color RGB value is (221,214,235).

  • red value is 221;
  • green value is 214;
  • blue value is 235.
RGB:
(221,214,235)
(87%,84%,92%)

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 235 of 255 = 92%

221
214
235

R + G + B ~ 88%. #DDD6EB is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 214 + 235 = 670 (100%)
R 221 of 670 ~ 32.99%
G 214 of 670 ~ 31.94%
B 235 of 670 ~ 35.07%

%32.99
%31.94
%35.07

CMYK color model

#DDD6EB color CMYK value is (6,9,0,8).

  • cyan value is 5.96%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,9,0,8)
C6M9Y0K8 
(6%,9%,0%,8%)
(0.06/0.09/0.00/0.08)	

CMYK percentages

%5.96
%8.94
%0
%7.84

Codes

Color #DDD6EB in popluar color models

DDD6EB
RGB221214235
HSL260°34.43%88.04%
HSB/HSV260°8.94%92.16%
CMYK5.96%8.94%0.00%
7.84%

Color #DDD6EB in popluar number systems.

HEXDDD6EB
Decimal221214235
Binary110111011101011011101011
Octal335326353

Shades and tints

Shades of #DDD6EB

#DDD6EB
(221,214,235)
#C9C3D6
(201,195,214)
#B5B0C1
(181,176,193)
#A19DAC
(161,157,172)
#8D8A97
(141,138,151)
#797782
(121,119,130)
#65646D
(101,100,109)
#515158
(81,81,88)
#3D3E43
(61,62,67)
#292B2E
(41,43,46)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #DDD6EB

#DDD6EB
(221,214,235)
#E0D9EC
(224,217,236)
#E3DCED
(227,220,237)
#E6DFEE
(230,223,238)
#E9E2EF
(233,226,239)
#ECE5F0
(236,229,240)
#EFE8F1
(239,232,241)
#F2EBF2
(242,235,242)
#F5EEF3
(245,238,243)
#F8F1F4
(248,241,244)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD6EB color. Also use rgb(221,214,235) instead hex code.

Text Font Color

.myTextColor { color: #DDD6EB; }

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

This text font color is #DDD6EB.


Background Color

.myBgColor { background-color: #DDD6EB; }

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

This div background color is #DDD6EB.


Border color

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

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

This div border color is #DDD6EB.


Opacity

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

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

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

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

This text has shadow with #DDD6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD6EB on black background.


Color preview on white background

This text has color #DDD6EB on white background.



Black color preview on #DDD6EB background

This text has black color on #DDD6EB background.


White color preview on #DDD6EB background

This text has white color on #DDD6EB background.