COLOR #DDBEEF

HEX: #DDBEEF RGB: (221,190,239)

Color info

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

RGB color model

#DDBEEF color RGB value is (221,190,239).

RGB: (221,190,239) (87%, 75%, 94%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 239 of 255 = 94%

221
190
239

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

Portions of RGB colors in percentages

R + G + B = 221 + 190 + 239 = 650 (100%)
R 221 of 650 ~ 34%
G 190 of 650 ~ 29.23%
B 239 of 650 ~ 36.77'%

%34
%29.23
%36.77

CMYK color model

#DDBEEF color CMYK value is (8,21,0,6).

  • cyan value is 7.53%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (8,21,0,6)
C8M21Y0K6 (8%, 21%, 0%, 6%)
(0.08 / 0.21 / 0.00 / 0.06)

CMYK percentages

%7.53
%20.5
%0
%6.27

Codes

Color #DDBEEF in popluar color models

DD BE EF
RGB 221 190 239
HSL 278° 60.49% 84.12%
HSB/HSV 278° 20.50% 93.73%
CMYK 7.53% 20.50% 0.00%
6.27%

Color #DDBEEF in popluar number systems.

HEX DD BE EF
Decimal 221 190 239
Binary 11011101 10111110 11101111
Octal 335 276 357

Shades and tints

Shades of #DDBEEF

#DDBEEF
(221,190,239)
#C9ADDA
(201,173,218)
#B59CC5
(181,156,197)
#A18BB0
(161,139,176)
#8D7A9B
(141,122,155)
#796986
(121,105,134)
#655871
(101,88,113)
#51475C
(81,71,92)
#3D3647
(61,54,71)
#292532
(41,37,50)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #DDBEEF

#DDBEEF
(221,190,239)
#E0C3F0
(224,195,240)
#E3C8F1
(227,200,241)
#E6CDF2
(230,205,242)
#E9D2F3
(233,210,243)
#ECD7F4
(236,215,244)
#EFDCF5
(239,220,245)
#F2E1F6
(242,225,246)
#F5E6F7
(245,230,247)
#F8EBF8
(248,235,248)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBEEF; }

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

This text font color is #DDBEEF.

Background Color

.myBgColor { background-color: #DDBEEF; }

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

This div background color is #DDBEEF.

Border color

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

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

This div border color is #DDBEEF.

Opacity

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

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

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

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

This text has shadow with #DDBEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBEEF.

Preview

Color preview on black background

This text has color #DDBEEF on black background.


Color preview on white background

This text has color #DDBEEF on white background.


Black color preview on #DDBEEF background

This text has black color on #DDBEEF background.


White color preview on #DDBEEF background

This text has white color on #DDBEEF background.


Related colors

Complementary color

Complementary color for #hex is #224110.


I love getcolorcode.com

Triadic colors

1 #EFDDBE and #BEEFDD with #DDBEEF are triadic colors.

2 #EFBEDD and #BEDDEF with #DDBEEF are triadic colors.