COLOR #DFCBF9

HEX: #DFCBF9 RGB: (223,203,249)

Color info

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

RGB color model

#DFCBF9 color RGB value is (223,203,249).

RGB: (223,203,249) (87%, 80%, 98%)

RGB channels and saturation

R 223 of 255 = 87%
G 203 of 255 = 80%
B 249 of 255 = 98%

223
203
249

R + G + B ~ 88%. #DFCBF9 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 203 + 249 = 675 (100%)
R 223 of 675 ~ 33.04%
G 203 of 675 ~ 30.07%
B 249 of 675 ~ 36.89'%

%33.04
%30.07
%36.89

CMYK color model

#DFCBF9 color CMYK value is (10,18,0,2).

  • cyan value is 10.44%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (10,18,0,2) C10M18Y0K2 (10%,18%,0%,2%) (0.10/0.18/0.00/0.02) 

CMYK percentages

%10.44
%18.47
%0
%2.35

Codes

Color #DFCBF9 in popluar color models

DF CB F9
RGB 223 203 249
HSL 266° 79.31% 88.63%
HSB/HSV 266° 18.47% 97.65%
CMYK 10.44% 18.47% 0.00%
2.35%

Color #DFCBF9 in popluar number systems.

HEX DF CB F9
Decimal 223 203 249
Binary 11011111 11001011 11111001
Octal 337 313 371

Shades and tints

Shades of #DFCBF9

#DFCBF9
(223,203,249)
#CBB9E3
(203,185,227)
#B7A7CD
(183,167,205)
#A395B7
(163,149,183)
#8F83A1
(143,131,161)
#7B718B
(123,113,139)
#675F75
(103,95,117)
#534D5F
(83,77,95)
#3F3B49
(63,59,73)
#2B2933
(43,41,51)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #DFCBF9

#DFCBF9
(223,203,249)
#E1CFF9
(225,207,249)
#E3D3F9
(227,211,249)
#E5D7F9
(229,215,249)
#E7DBF9
(231,219,249)
#E9DFF9
(233,223,249)
#EBE3F9
(235,227,249)
#EDE7F9
(237,231,249)
#EFEBF9
(239,235,249)
#F1EFF9
(241,239,249)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCBF9 color. Also use rgb(223,203,249) instead hex code.

Text Font Color

.myTextColor { color: #DFCBF9; }

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

This text font color is #DFCBF9.

Background Color

.myBgColor { background-color: #DFCBF9; }

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

This div background color is #DFCBF9.

Border color

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

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

This div border color is #DFCBF9.

Opacity

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

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

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

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

This text has shadow with #DFCBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCBF9.

Preview

Color preview on black background

This text has color #DFCBF9 on black background.


Color preview on white background

This text has color #DFCBF9 on white background.


Black color preview on #DFCBF9 background

This text has black color on #DFCBF9 background.


White color preview on #DFCBF9 background

This text has white color on #DFCBF9 background.


Related colors

Complementary color

Complementary color for #hex is #203406.


I love getcolorcode.com

Triadic colors

1 #F9DFCB and #CBF9DF with #DFCBF9 are triadic colors.

2 #F9CBDF and #CBDFF9 with #DFCBF9 are triadic colors.