COLOR #DFDBFB

HEX: #DFDBFB RGB: (223,219,251)

Color info

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

RGB color model

#DFDBFB color RGB value is (223,219,251).

RGB: (223,219,251) (87%, 86%, 98%)

RGB channels and saturation

R 223 of 255 = 87%
G 219 of 255 = 86%
B 251 of 255 = 98%

223
219
251

R + G + B ~ 90%. #DFDBFB is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 219 + 251 = 693 (100%)
R 223 of 693 ~ 32.18%
G 219 of 693 ~ 31.6%
B 251 of 693 ~ 36.22'%

%32.18
%31.6
%36.22

CMYK color model

#DFDBFB color CMYK value is (11,13,0,2).

  • cyan value is 11.16%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (11,13,0,2)
C11M13Y0K2 (11%, 13%, 0%, 2%)
(0.11 / 0.13 / 0.00 / 0.02)

CMYK percentages

%11.16
%12.75
%0
%1.57

Codes

Color #DFDBFB in popluar color models

DF DB FB
RGB 223 219 251
HSL 248° 80.00% 92.16%
HSB/HSV 248° 12.75% 98.43%
CMYK 11.16% 12.75% 0.00%
1.57%

Color #DFDBFB in popluar number systems.

HEX DF DB FB
Decimal 223 219 251
Binary 11011111 11011011 11111011
Octal 337 333 373

Shades and tints

Shades of #DFDBFB

#DFDBFB
(223,219,251)
#CBC8E5
(203,200,229)
#B7B5CF
(183,181,207)
#A3A2B9
(163,162,185)
#8F8FA3
(143,143,163)
#7B7C8D
(123,124,141)
#676977
(103,105,119)
#535661
(83,86,97)
#3F434B
(63,67,75)
#2B3035
(43,48,53)
#171D1F
(23,29,31)
#000000
(0,0,0)

Tints of #DFDBFB

#DFDBFB
(223,219,251)
#E1DEFB
(225,222,251)
#E3E1FB
(227,225,251)
#E5E4FB
(229,228,251)
#E7E7FB
(231,231,251)
#E9EAFB
(233,234,251)
#EBEDFB
(235,237,251)
#EDF0FB
(237,240,251)
#EFF3FB
(239,243,251)
#F1F6FB
(241,246,251)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFDBFB color. Also use rgb(223,219,251) instead hex code.

Text Font Color

.myTextColor { color: #DFDBFB; }

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

This text font color is #DFDBFB.

Background Color

.myBgColor { background-color: #DFDBFB; }

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

This div background color is #DFDBFB.

Border color

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

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

This div border color is #DFDBFB.

Opacity

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

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

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

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

This text has shadow with #DFDBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDBFB.

Preview

Color preview on black background

This text has color #DFDBFB on black background.


Color preview on white background

This text has color #DFDBFB on white background.


Black color preview on #DFDBFB background

This text has black color on #DFDBFB background.


White color preview on #DFDBFB background

This text has white color on #DFDBFB background.


Related colors

Complementary color

Complementary color for #hex is #202404.


I love getcolorcode.com

Triadic colors

1 #FBDFDB and #DBFBDF with #DFDBFB are triadic colors.

2 #FBDBDF and #DBDFFB with #DFDBFB are triadic colors.