COLOR #DDABE9

HEX: #DDABE9 RGB: (221,171,233)

Color info

#DDABE9 contains mainly red and blue colors. Web safe color of #DDABE9 is #CC99FF (or #C9F).

RGB color model

#DDABE9 color RGB value is (221,171,233).

RGB: (221,171,233) (87%, 67%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 171 of 255 = 67%
B 233 of 255 = 91%

221
171
233

R + G + B ~ 82%. #DDABE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 171 + 233 = 625 (100%)
R 221 of 625 ~ 35.36%
G 171 of 625 ~ 27.36%
B 233 of 625 ~ 37.28'%

%35.36
%27.36
%37.28

CMYK color model

#DDABE9 color CMYK value is (5,27,0,9).

  • cyan value is 5.15%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (5,27,0,9)
C5M27Y0K9 (5%, 27%, 0%, 9%)
(0.05 / 0.27 / 0.00 / 0.09)

CMYK percentages

%5.15
%26.61
%0
%8.63

Codes

Color #DDABE9 in popluar color models

DD AB E9
RGB 221 171 233
HSL 288° 58.49% 79.22%
HSB/HSV 288° 26.61% 91.37%
CMYK 5.15% 26.61% 0.00%
8.63%

Color #DDABE9 in popluar number systems.

HEX DD AB E9
Decimal 221 171 233
Binary 11011101 10101011 11101001
Octal 335 253 351

Shades and tints

Shades of #DDABE9

#DDABE9
(221,171,233)
#C99CD4
(201,156,212)
#B58DBF
(181,141,191)
#A17EAA
(161,126,170)
#8D6F95
(141,111,149)
#796080
(121,96,128)
#65516B
(101,81,107)
#514256
(81,66,86)
#3D3341
(61,51,65)
#29242C
(41,36,44)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #DDABE9

#DDABE9
(221,171,233)
#E0B2EB
(224,178,235)
#E3B9ED
(227,185,237)
#E6C0EF
(230,192,239)
#E9C7F1
(233,199,241)
#ECCEF3
(236,206,243)
#EFD5F5
(239,213,245)
#F2DCF7
(242,220,247)
#F5E3F9
(245,227,249)
#F8EAFB
(248,234,251)
#FBF1FD
(251,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDABE9; }

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

This text font color is #DDABE9.

Background Color

.myBgColor { background-color: #DDABE9; }

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

This div background color is #DDABE9.

Border color

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

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

This div border color is #DDABE9.

Opacity

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

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

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

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

This text has shadow with #DDABE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDABE9.

Preview

Color preview on black background

This text has color #DDABE9 on black background.


Color preview on white background

This text has color #DDABE9 on white background.


Black color preview on #DDABE9 background

This text has black color on #DDABE9 background.


White color preview on #DDABE9 background

This text has white color on #DDABE9 background.


Related colors

Complementary color

Complementary color for #hex is #225416.


I love getcolorcode.com

Triadic colors

1 #E9DDAB and #ABE9DD with #DDABE9 are triadic colors.

2 #E9ABDD and #ABDDE9 with #DDABE9 are triadic colors.