COLOR #DDC1EE

HEX: #DDC1EE
RGB: (221,193,238)

Color info

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

RGB color model

#DDC1EE color RGB value is (221,193,238).

  • red value is 221;
  • green value is 193;
  • blue value is 238.
RGB:
(221,193,238)
(87%,76%,93%)

RGB channels and saturation

R 221 of 255 = 87%
G 193 of 255 = 76%
B 238 of 255 = 93%

221
193
238

R + G + B ~ 85%. #DDC1EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 193 + 238 = 652 (100%)
R 221 of 652 ~ 33.9%
G 193 of 652 ~ 29.6%
B 238 of 652 ~ 36.5%

%33.9
%29.6
%36.5

CMYK color model

#DDC1EE color CMYK value is (7,19,0,7).

  • cyan value is 7.14%
  • magenta value is 18.91%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,19,0,7)
C7M19Y0K7 
(7%,19%,0%,7%)
(0.07/0.19/0.00/0.07)	

CMYK percentages

%7.14
%18.91
%0
%6.67

Codes

Color #DDC1EE in popluar color models

DDC1EE
RGB221193238
HSL277°56.96%84.51%
HSB/HSV277°18.91%93.33%
CMYK7.14%18.91%0.00%
6.67%

Color #DDC1EE in popluar number systems.

HEXDDC1EE
Decimal221193238
Binary110111011100000111101110
Octal335301356

Shades and tints

Shades of #DDC1EE

#DDC1EE
(221,193,238)
#C9B0D9
(201,176,217)
#B59FC4
(181,159,196)
#A18EAF
(161,142,175)
#8D7D9A
(141,125,154)
#796C85
(121,108,133)
#655B70
(101,91,112)
#514A5B
(81,74,91)
#3D3946
(61,57,70)
#292831
(41,40,49)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #DDC1EE

#DDC1EE
(221,193,238)
#E0C6EF
(224,198,239)
#E3CBF0
(227,203,240)
#E6D0F1
(230,208,241)
#E9D5F2
(233,213,242)
#ECDAF3
(236,218,243)
#EFDFF4
(239,223,244)
#F2E4F5
(242,228,245)
#F5E9F6
(245,233,246)
#F8EEF7
(248,238,247)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC1EE color. Also use rgb(221,193,238) instead hex code.

Text Font Color

.myTextColor { color: #DDC1EE; }

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

This text font color is #DDC1EE.


Background Color

.myBgColor { background-color: #DDC1EE; }

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

This div background color is #DDC1EE.


Border color

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

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

This div border color is #DDC1EE.


Opacity

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

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

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

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

This text has shadow with #DDC1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC1EE on black background.


Color preview on white background

This text has color #DDC1EE on white background.



Black color preview on #DDC1EE background

This text has black color on #DDC1EE background.


White color preview on #DDC1EE background

This text has white color on #DDC1EE background.