COLOR #DDDDFA

HEX: #DDDDFA
RGB: (221,221,250)

Color info

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

RGB color model

#DDDDFA color RGB value is (221,221,250).

  • red value is 221;
  • green value is 221;
  • blue value is 250.
RGB:
(221,221,250)
(87%,87%,98%)

RGB channels and saturation

R 221 of 255 = 87%
G 221 of 255 = 87%
B 250 of 255 = 98%

221
221
250

R + G + B ~ 91%. #DDDDFA is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 221 + 250 = 692 (100%)
R 221 of 692 ~ 31.94%
G 221 of 692 ~ 31.94%
B 250 of 692 ~ 36.13%

%31.94
%31.94
%36.13

CMYK color model

#DDDDFA color CMYK value is (12,12,0,2).

  • cyan value is 11.60%
  • magenta value is 11.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,12,0,2)
C12M12Y0K2 
(12%,12%,0%,2%)
(0.12/0.12/0.00/0.02)	

CMYK percentages

%11.6
%11.6
%0
%1.96

Codes

Color #DDDDFA in popluar color models

DDDDFA
RGB221221250
HSL240°74.36%92.35%
HSB/HSV240°11.60%98.04%
CMYK11.60%11.60%0.00%
1.96%

Color #DDDDFA in popluar number systems.

HEXDDDDFA
Decimal221221250
Binary110111011101110111111010
Octal335335372

Shades and tints

Shades of #DDDDFA

#DDDDFA
(221,221,250)
#C9C9E4
(201,201,228)
#B5B5CE
(181,181,206)
#A1A1B8
(161,161,184)
#8D8DA2
(141,141,162)
#79798C
(121,121,140)
#656576
(101,101,118)
#515160
(81,81,96)
#3D3D4A
(61,61,74)
#292934
(41,41,52)
#15151E
(21,21,30)
#000000
(0,0,0)

Tints of #DDDDFA

#DDDDFA
(221,221,250)
#E0E0FA
(224,224,250)
#E3E3FA
(227,227,250)
#E6E6FA
(230,230,250)
#E9E9FA
(233,233,250)
#ECECFA
(236,236,250)
#EFEFFA
(239,239,250)
#F2F2FA
(242,242,250)
#F5F5FA
(245,245,250)
#F8F8FA
(248,248,250)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDFA; }

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

This text font color is #DDDDFA.


Background Color

.myBgColor { background-color: #DDDDFA; }

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

This div background color is #DDDDFA.


Border color

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

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

This div border color is #DDDDFA.


Opacity

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

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

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

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

This text has shadow with #DDDDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDDFA on black background.


Color preview on white background

This text has color #DDDDFA on white background.



Black color preview on #DDDDFA background

This text has black color on #DDDDFA background.


White color preview on #DDDDFA background

This text has white color on #DDDDFA background.