COLOR #DFDDFF

HEX: #DFDDFF RGB: (223,221,255)

Color info

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

RGB color model

#DFDDFF color RGB value is (223,221,255).

RGB: (223,221,255) (87%, 87%, 100%)

RGB channels and saturation

R 223 of 255 = 87%
G 221 of 255 = 87%
B 255 of 255 = 100%

223
221
255

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

Portions of RGB colors in percentages

R + G + B = 223 + 221 + 255 = 699 (100%)
R 223 of 699 ~ 31.9%
G 221 of 699 ~ 31.62%
B 255 of 699 ~ 36.48'%

%31.9
%31.62
%36.48

CMYK color model

#DFDDFF color CMYK value is (13,13,0,0).

  • cyan value is 12.55%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (13,13,0,0)
C13M13Y0K0 (13%, 13%, 0%, 0%)
(0.13 / 0.13 / 0.00 / 0.00)

CMYK percentages

%12.55
%13.33
%0
%0

Codes

Color #DFDDFF in popluar color models

DF DD FF
RGB 223 221 255
HSL 244° 100.00% 93.33%
HSB/HSV 244° 13.33% 100.00%
CMYK 12.55% 13.33% 0.00%
0.00%

Color #DFDDFF in popluar number systems.

HEX DF DD FF
Decimal 223 221 255
Binary 11011111 11011101 11111111
Octal 337 335 377

Shades and tints

Shades of #DFDDFF

#DFDDFF
(223,221,255)
#CBC9E8
(203,201,232)
#B7B5D1
(183,181,209)
#A3A1BA
(163,161,186)
#8F8DA3
(143,141,163)
#7B798C
(123,121,140)
#676575
(103,101,117)
#53515E
(83,81,94)
#3F3D47
(63,61,71)
#2B2930
(43,41,48)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #DFDDFF

#DFDDFF
(223,221,255)
#E1E0FF
(225,224,255)
#E3E3FF
(227,227,255)
#E5E6FF
(229,230,255)
#E7E9FF
(231,233,255)
#E9ECFF
(233,236,255)
#EBEFFF
(235,239,255)
#EDF2FF
(237,242,255)
#EFF5FF
(239,245,255)
#F1F8FF
(241,248,255)
#F3FBFF
(243,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDDFF; }

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

This text font color is #DFDDFF.

Background Color

.myBgColor { background-color: #DFDDFF; }

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

This div background color is #DFDDFF.

Border color

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

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

This div border color is #DFDDFF.

Opacity

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

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

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

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

This text has shadow with #DFDDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDDFF.

Preview

Color preview on black background

This text has color #DFDDFF on black background.


Color preview on white background

This text has color #DFDDFF on white background.


Black color preview on #DFDDFF background

This text has black color on #DFDDFF background.


White color preview on #DFDDFF background

This text has white color on #DFDDFF background.


Related colors

Complementary color

Complementary color for #hex is #202200.


I love getcolorcode.com

Triadic colors

1 #FFDFDD and #DDFFDF with #DFDDFF are triadic colors.

2 #FFDDDF and #DDDFFF with #DFDDFF are triadic colors.