COLOR #DFCAF2

HEX: #DFCAF2 RGB: (223,202,242)

Color info

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

RGB color model

#DFCAF2 color RGB value is (223,202,242).

RGB: (223,202,242) (87%, 79%, 95%)

RGB channels and saturation

R 223 of 255 = 87%
G 202 of 255 = 79%
B 242 of 255 = 95%

223
202
242

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

Portions of RGB colors in percentages

R + G + B = 223 + 202 + 242 = 667 (100%)
R 223 of 667 ~ 33.43%
G 202 of 667 ~ 30.28%
B 242 of 667 ~ 36.28'%

%33.43
%30.28
%36.28

CMYK color model

#DFCAF2 color CMYK value is (8,17,0,5).

  • cyan value is 7.85%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (8,17,0,5)
C8M17Y0K5 (8%, 17%, 0%, 5%)
(0.08 / 0.17 / 0.00 / 0.05)

CMYK percentages

%7.85
%16.53
%0
%5.1

Codes

Color #DFCAF2 in popluar color models

DF CA F2
RGB 223 202 242
HSL 272° 60.61% 87.06%
HSB/HSV 272° 16.53% 94.90%
CMYK 7.85% 16.53% 0.00%
5.10%

Color #DFCAF2 in popluar number systems.

HEX DF CA F2
Decimal 223 202 242
Binary 11011111 11001010 11110010
Octal 337 312 362

Shades and tints

Shades of #DFCAF2

#DFCAF2
(223,202,242)
#CBB8DC
(203,184,220)
#B7A6C6
(183,166,198)
#A394B0
(163,148,176)
#8F829A
(143,130,154)
#7B7084
(123,112,132)
#675E6E
(103,94,110)
#534C58
(83,76,88)
#3F3A42
(63,58,66)
#2B282C
(43,40,44)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #DFCAF2

#DFCAF2
(223,202,242)
#E1CEF3
(225,206,243)
#E3D2F4
(227,210,244)
#E5D6F5
(229,214,245)
#E7DAF6
(231,218,246)
#E9DEF7
(233,222,247)
#EBE2F8
(235,226,248)
#EDE6F9
(237,230,249)
#EFEAFA
(239,234,250)
#F1EEFB
(241,238,251)
#F3F2FC
(243,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCAF2; }

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

This text font color is #DFCAF2.

Background Color

.myBgColor { background-color: #DFCAF2; }

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

This div background color is #DFCAF2.

Border color

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

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

This div border color is #DFCAF2.

Opacity

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

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

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

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

This text has shadow with #DFCAF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCAF2.

Preview

Color preview on black background

This text has color #DFCAF2 on black background.


Color preview on white background

This text has color #DFCAF2 on white background.


Black color preview on #DFCAF2 background

This text has black color on #DFCAF2 background.


White color preview on #DFCAF2 background

This text has white color on #DFCAF2 background.


Related colors

Complementary color

Complementary color for #hex is #20350D.


I love getcolorcode.com

Triadic colors

1 #F2DFCA and #CAF2DF with #DFCAF2 are triadic colors.

2 #F2CADF and #CADFF2 with #DFCAF2 are triadic colors.