COLOR #DFCAEE

HEX: #DFCAEE RGB: (223,202,238)

Color info

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

RGB color model

#DFCAEE color RGB value is (223,202,238).

RGB: (223,202,238) (87%, 79%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 202 of 255 = 79%
B 238 of 255 = 93%

223
202
238

R + G + B ~ 86%. #DFCAEE is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 202 + 238 = 663 (100%)
R 223 of 663 ~ 33.63%
G 202 of 663 ~ 30.47%
B 238 of 663 ~ 35.9'%

%33.63
%30.47
%35.9

CMYK color model

#DFCAEE color CMYK value is (6,15,0,7).

  • cyan value is 6.30%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (6,15,0,7)
C6M15Y0K7 (6%, 15%, 0%, 7%)
(0.06 / 0.15 / 0.00 / 0.07)

CMYK percentages

%6.3
%15.13
%0
%6.67

Codes

Color #DFCAEE in popluar color models

DF CA EE
RGB 223 202 238
HSL 275° 51.43% 86.27%
HSB/HSV 275° 15.13% 93.33%
CMYK 6.30% 15.13% 0.00%
6.67%

Color #DFCAEE in popluar number systems.

HEX DF CA EE
Decimal 223 202 238
Binary 11011111 11001010 11101110
Octal 337 312 356

Shades and tints

Shades of #DFCAEE

#DFCAEE
(223,202,238)
#CBB8D9
(203,184,217)
#B7A6C4
(183,166,196)
#A394AF
(163,148,175)
#8F829A
(143,130,154)
#7B7085
(123,112,133)
#675E70
(103,94,112)
#534C5B
(83,76,91)
#3F3A46
(63,58,70)
#2B2831
(43,40,49)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #DFCAEE

#DFCAEE
(223,202,238)
#E1CEEF
(225,206,239)
#E3D2F0
(227,210,240)
#E5D6F1
(229,214,241)
#E7DAF2
(231,218,242)
#E9DEF3
(233,222,243)
#EBE2F4
(235,226,244)
#EDE6F5
(237,230,245)
#EFEAF6
(239,234,246)
#F1EEF7
(241,238,247)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCAEE color. Also use rgb(223,202,238) instead hex code.

Text Font Color

.myTextColor { color: #DFCAEE; }

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

This text font color is #DFCAEE.

Background Color

.myBgColor { background-color: #DFCAEE; }

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

This div background color is #DFCAEE.

Border color

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

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

This div border color is #DFCAEE.

Opacity

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

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

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

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

This text has shadow with #DFCAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCAEE.

Preview

Color preview on black background

This text has color #DFCAEE on black background.


Color preview on white background

This text has color #DFCAEE on white background.


Black color preview on #DFCAEE background

This text has black color on #DFCAEE background.


White color preview on #DFCAEE background

This text has white color on #DFCAEE background.


Related colors

Complementary color

Complementary color for #hex is #203511.


I love getcolorcode.com

Triadic colors

1 #EEDFCA and #CAEEDF with #DFCAEE are triadic colors.

2 #EECADF and #CADFEE with #DFCAEE are triadic colors.