COLOR #DFAEF0

HEX: #DFAEF0 RGB: (223,174,240)

Color info

#DFAEF0 contains mainly red and blue colors. Web safe color of #DFAEF0 is #CC99FF (or #C9F).

RGB color model

#DFAEF0 color RGB value is (223,174,240).

RGB: (223,174,240) (87%, 68%, 94%)

RGB channels and saturation

R 223 of 255 = 87%
G 174 of 255 = 68%
B 240 of 255 = 94%

223
174
240

R + G + B ~ 83%. #DFAEF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 174 + 240 = 637 (100%)
R 223 of 637 ~ 35.01%
G 174 of 637 ~ 27.32%
B 240 of 637 ~ 37.68'%

%35.01
%27.32
%37.68

CMYK color model

#DFAEF0 color CMYK value is (7,28,0,6).

  • cyan value is 7.08%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (7,28,0,6)
C7M28Y0K6 (7%, 28%, 0%, 6%)
(0.07 / 0.28 / 0.00 / 0.06)

CMYK percentages

%7.08
%27.5
%0
%5.88

Codes

Color #DFAEF0 in popluar color models

DF AE F0
RGB 223 174 240
HSL 285° 68.75% 81.18%
HSB/HSV 285° 27.50% 94.12%
CMYK 7.08% 27.50% 0.00%
5.88%

Color #DFAEF0 in popluar number systems.

HEX DF AE F0
Decimal 223 174 240
Binary 11011111 10101110 11110000
Octal 337 256 360

Shades and tints

Shades of #DFAEF0

#DFAEF0
(223,174,240)
#CB9FDB
(203,159,219)
#B790C6
(183,144,198)
#A381B1
(163,129,177)
#8F729C
(143,114,156)
#7B6387
(123,99,135)
#675472
(103,84,114)
#53455D
(83,69,93)
#3F3648
(63,54,72)
#2B2733
(43,39,51)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #DFAEF0

#DFAEF0
(223,174,240)
#E1B5F1
(225,181,241)
#E3BCF2
(227,188,242)
#E5C3F3
(229,195,243)
#E7CAF4
(231,202,244)
#E9D1F5
(233,209,245)
#EBD8F6
(235,216,246)
#EDDFF7
(237,223,247)
#EFE6F8
(239,230,248)
#F1EDF9
(241,237,249)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAEF0 color. Also use rgb(223,174,240) instead hex code.

Text Font Color

.myTextColor { color: #DFAEF0; }

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

This text font color is #DFAEF0.

Background Color

.myBgColor { background-color: #DFAEF0; }

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

This div background color is #DFAEF0.

Border color

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

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

This div border color is #DFAEF0.

Opacity

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

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

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

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

This text has shadow with #DFAEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFAEF0.

Preview

Color preview on black background

This text has color #DFAEF0 on black background.


Color preview on white background

This text has color #DFAEF0 on white background.


Black color preview on #DFAEF0 background

This text has black color on #DFAEF0 background.


White color preview on #DFAEF0 background

This text has white color on #DFAEF0 background.


Related colors

Complementary color

Complementary color for #hex is #20510F.


I love getcolorcode.com

Triadic colors

1 #F0DFAE and #AEF0DF with #DFAEF0 are triadic colors.

2 #F0AEDF and #AEDFF0 with #DFAEF0 are triadic colors.