COLOR #DDBEEE

HEX: #DDBEEE RGB: (221,190,238)

Color info

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

RGB color model

#DDBEEE color RGB value is (221,190,238).

RGB: (221,190,238) (87%, 75%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 238 of 255 = 93%

221
190
238

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

Portions of RGB colors in percentages

R + G + B = 221 + 190 + 238 = 649 (100%)
R 221 of 649 ~ 34.05%
G 190 of 649 ~ 29.28%
B 238 of 649 ~ 36.67'%

%34.05
%29.28
%36.67

CMYK color model

#DDBEEE color CMYK value is (7,20,0,7).

  • cyan value is 7.14%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (7,20,0,7)
C7M20Y0K7 (7%, 20%, 0%, 7%)
(0.07 / 0.20 / 0.00 / 0.07)

CMYK percentages

%7.14
%20.17
%0
%6.67

Codes

Color #DDBEEE in popluar color models

DD BE EE
RGB 221 190 238
HSL 279° 58.54% 83.92%
HSB/HSV 279° 20.17% 93.33%
CMYK 7.14% 20.17% 0.00%
6.67%

Color #DDBEEE in popluar number systems.

HEX DD BE EE
Decimal 221 190 238
Binary 11011101 10111110 11101110
Octal 335 276 356

Shades and tints

Shades of #DDBEEE

#DDBEEE
(221,190,238)
#C9ADD9
(201,173,217)
#B59CC4
(181,156,196)
#A18BAF
(161,139,175)
#8D7A9A
(141,122,154)
#796985
(121,105,133)
#655870
(101,88,112)
#51475B
(81,71,91)
#3D3646
(61,54,70)
#292531
(41,37,49)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #DDBEEE

#DDBEEE
(221,190,238)
#E0C3EF
(224,195,239)
#E3C8F0
(227,200,240)
#E6CDF1
(230,205,241)
#E9D2F2
(233,210,242)
#ECD7F3
(236,215,243)
#EFDCF4
(239,220,244)
#F2E1F5
(242,225,245)
#F5E6F6
(245,230,246)
#F8EBF7
(248,235,247)
#FBF0F8
(251,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBEEE; }

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

This text font color is #DDBEEE.

Background Color

.myBgColor { background-color: #DDBEEE; }

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

This div background color is #DDBEEE.

Border color

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

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

This div border color is #DDBEEE.

Opacity

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

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

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

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

This text has shadow with #DDBEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBEEE.

Preview

Color preview on black background

This text has color #DDBEEE on black background.


Color preview on white background

This text has color #DDBEEE on white background.


Black color preview on #DDBEEE background

This text has black color on #DDBEEE background.


White color preview on #DDBEEE background

This text has white color on #DDBEEE background.


Related colors

Complementary color

Complementary color for #hex is #224111.


I love getcolorcode.com

Triadic colors

1 #EEDDBE and #BEEEDD with #DDBEEE are triadic colors.

2 #EEBEDD and #BEDDEE with #DDBEEE are triadic colors.