COLOR #DDBAE0

HEX: #DDBAE0
RGB: (221,186,224)

Color info

#DDBAE0 contains red, green and blue colors in about the same proportion. Web safe color of #DDBAE0 is #CCCCCC (or #CCC).

RGB color model

#DDBAE0 color RGB value is (221,186,224).

  • red value is 221;
  • green value is 186;
  • blue value is 224.
RGB:
(221,186,224)
(87%,73%,88%)

RGB channels and saturation

R 221 of 255 = 87%
G 186 of 255 = 73%
B 224 of 255 = 88%

221
186
224

R + G + B ~ 83%. #DDBAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 186 + 224 = 631 (100%)
R 221 of 631 ~ 35.02%
G 186 of 631 ~ 29.48%
B 224 of 631 ~ 35.5%

%35.02
%29.48
%35.5

CMYK color model

#DDBAE0 color CMYK value is (1,17,0,12).

  • cyan value is 1.34%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(1,17,0,12)
C1M17Y0K12 
(1%,17%,0%,12%)
(0.01/0.17/0.00/0.12)	

CMYK percentages

%1.34
%16.96
%0
%12.16

Codes

Color #DDBAE0 in popluar color models

DDBAE0
RGB221186224
HSL295°38.00%80.39%
HSB/HSV295°16.96%87.84%
CMYK1.34%16.96%0.00%
12.16%

Color #DDBAE0 in popluar number systems.

HEXDDBAE0
Decimal221186224
Binary110111011011101011100000
Octal335272340

Shades and tints

Shades of #DDBAE0

#DDBAE0
(221,186,224)
#C9AACC
(201,170,204)
#B59AB8
(181,154,184)
#A18AA4
(161,138,164)
#8D7A90
(141,122,144)
#796A7C
(121,106,124)
#655A68
(101,90,104)
#514A54
(81,74,84)
#3D3A40
(61,58,64)
#292A2C
(41,42,44)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #DDBAE0

#DDBAE0
(221,186,224)
#E0C0E2
(224,192,226)
#E3C6E4
(227,198,228)
#E6CCE6
(230,204,230)
#E9D2E8
(233,210,232)
#ECD8EA
(236,216,234)
#EFDEEC
(239,222,236)
#F2E4EE
(242,228,238)
#F5EAF0
(245,234,240)
#F8F0F2
(248,240,242)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBAE0 color. Also use rgb(221,186,224) instead hex code.

Text Font Color

.myTextColor { color: #DDBAE0; }

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

This text font color is #DDBAE0.


Background Color

.myBgColor { background-color: #DDBAE0; }

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

This div background color is #DDBAE0.


Border color

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

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

This div border color is #DDBAE0.


Opacity

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

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

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

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

This text has shadow with #DDBAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBAE0 on black background.


Color preview on white background

This text has color #DDBAE0 on white background.



Black color preview on #DDBAE0 background

This text has black color on #DDBAE0 background.


White color preview on #DDBAE0 background

This text has white color on #DDBAE0 background.