COLOR #DFCEEB

HEX: #DFCEEB
RGB: (223,206,235)

Color info

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

RGB color model

#DFCEEB color RGB value is (223,206,235).

  • red value is 223;
  • green value is 206;
  • blue value is 235.
RGB:
(223,206,235)
(87%,81%,92%)

RGB channels and saturation

R 223 of 255 = 87%
G 206 of 255 = 81%
B 235 of 255 = 92%

223
206
235

R + G + B ~ 87%. #DFCEEB is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 206 + 235 = 664 (100%)
R 223 of 664 ~ 33.58%
G 206 of 664 ~ 31.02%
B 235 of 664 ~ 35.39%

%33.58
%31.02
%35.39

CMYK color model

#DFCEEB color CMYK value is (5,12,0,8).

  • cyan value is 5.11%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(5,12,0,8)
C5M12Y0K8 
(5%,12%,0%,8%)
(0.05/0.12/0.00/0.08)	

CMYK percentages

%5.11
%12.34
%0
%7.84

Codes

Color #DFCEEB in popluar color models

DFCEEB
RGB223206235
HSL275°42.03%86.47%
HSB/HSV275°12.34%92.16%
CMYK5.11%12.34%0.00%
7.84%

Color #DFCEEB in popluar number systems.

HEXDFCEEB
Decimal223206235
Binary110111111100111011101011
Octal337316353

Shades and tints

Shades of #DFCEEB

#DFCEEB
(223,206,235)
#CBBCD6
(203,188,214)
#B7AAC1
(183,170,193)
#A398AC
(163,152,172)
#8F8697
(143,134,151)
#7B7482
(123,116,130)
#67626D
(103,98,109)
#535058
(83,80,88)
#3F3E43
(63,62,67)
#2B2C2E
(43,44,46)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #DFCEEB

#DFCEEB
(223,206,235)
#E1D2EC
(225,210,236)
#E3D6ED
(227,214,237)
#E5DAEE
(229,218,238)
#E7DEEF
(231,222,239)
#E9E2F0
(233,226,240)
#EBE6F1
(235,230,241)
#EDEAF2
(237,234,242)
#EFEEF3
(239,238,243)
#F1F2F4
(241,242,244)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCEEB color. Also use rgb(223,206,235) instead hex code.

Text Font Color

.myTextColor { color: #DFCEEB; }

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

This text font color is #DFCEEB.


Background Color

.myBgColor { background-color: #DFCEEB; }

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

This div background color is #DFCEEB.


Border color

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

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

This div border color is #DFCEEB.


Opacity

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

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

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

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

This text has shadow with #DFCEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCEEB on black background.


Color preview on white background

This text has color #DFCEEB on white background.



Black color preview on #DFCEEB background

This text has black color on #DFCEEB background.


White color preview on #DFCEEB background

This text has white color on #DFCEEB background.