COLOR #DDABE3

HEX: #DDABE3
RGB: (221,171,227)

Color info

#DDABE3 contains red, green and blue colors in about the same proportion. Web safe color of #DDABE3 is #CC99CC (or #C9C).

RGB color model

#DDABE3 color RGB value is (221,171,227).

  • red value is 221;
  • green value is 171;
  • blue value is 227.
RGB:
(221,171,227)
(87%,67%,89%)

RGB channels and saturation

R 221 of 255 = 87%
G 171 of 255 = 67%
B 227 of 255 = 89%

221
171
227

R + G + B ~ 81%. #DDABE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 171 + 227 = 619 (100%)
R 221 of 619 ~ 35.7%
G 171 of 619 ~ 27.63%
B 227 of 619 ~ 36.67%

%35.7
%27.63
%36.67

CMYK color model

#DDABE3 color CMYK value is (3,25,0,11).

  • cyan value is 2.64%
  • magenta value is 24.67%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(3,25,0,11)
C3M25Y0K11 
(3%,25%,0%,11%)
(0.03/0.25/0.00/0.11)	

CMYK percentages

%2.64
%24.67
%0
%10.98

Codes

Color #DDABE3 in popluar color models

DDABE3
RGB221171227
HSL294°50.00%78.04%
HSB/HSV294°24.67%89.02%
CMYK2.64%24.67%0.00%
10.98%

Color #DDABE3 in popluar number systems.

HEXDDABE3
Decimal221171227
Binary110111011010101111100011
Octal335253343

Shades and tints

Shades of #DDABE3

#DDABE3
(221,171,227)
#C99CCF
(201,156,207)
#B58DBB
(181,141,187)
#A17EA7
(161,126,167)
#8D6F93
(141,111,147)
#79607F
(121,96,127)
#65516B
(101,81,107)
#514257
(81,66,87)
#3D3343
(61,51,67)
#29242F
(41,36,47)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #DDABE3

#DDABE3
(221,171,227)
#E0B2E5
(224,178,229)
#E3B9E7
(227,185,231)
#E6C0E9
(230,192,233)
#E9C7EB
(233,199,235)
#ECCEED
(236,206,237)
#EFD5EF
(239,213,239)
#F2DCF1
(242,220,241)
#F5E3F3
(245,227,243)
#F8EAF5
(248,234,245)
#FBF1F7
(251,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDABE3 color. Also use rgb(221,171,227) instead hex code.

Text Font Color

.myTextColor { color: #DDABE3; }

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

This text font color is #DDABE3.


Background Color

.myBgColor { background-color: #DDABE3; }

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

This div background color is #DDABE3.


Border color

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

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

This div border color is #DDABE3.


Opacity

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

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

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

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

This text has shadow with #DDABE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDABE3 on black background.


Color preview on white background

This text has color #DDABE3 on white background.



Black color preview on #DDABE3 background

This text has black color on #DDABE3 background.


White color preview on #DDABE3 background

This text has white color on #DDABE3 background.