#DFAEE7

Color #DFAEE7 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DFAEE7

Tints of Plum #DFAEE7

Color information

#DFAEE7 (or 0xDFAEE7) is unknown color: approx Plum. HEX triplet: DF, AE and E7. RGB value is (223,174,231). Sum of RGB (Red+Green+Blue) = 223+174+231=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFAEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEE7 is #205118. Grayscale: #C2C2C2. Windows color (decimal): -2117913 or 15183583. OLE color: 15183583.

HSL color Cylindrical-coordinate representation of color #DFAEE7: hue angle of 291.58º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFAEE7 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223174231-
CMYK0.030.2500.09
HSL291.58º54.29%79.41%-
HSV(B)291.58º24.68%90.59%-
XYZ59.9951.7382.42-
YUV195.15148.23147.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 174 (68.36% from 255) = 27.71%
BLUE value IS 231 (90.62% from 255) = 36.78%
R=35.51%
G=27.71%
B=36.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231742310.030.2500.09291.5854.2979.41
HexDFAEE731909124364f
Octal33725634733101144466117
Binary1101111110101110111001111111001010011001001001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEE7; }

 p { color: rgb(223,174,231); }

 H1.HeaderClassName
 {
   color: #DFAEE7;
 }
 .AnyTagClassName
 {
   color: #DFAEE7;
 }
</style>
background-color css

<style>
 a { background-color: #DFAEE7; }

 a { background-color: rgb(223,174,231); }

 div.DivClassName
 {
   background-color: #DFAEE7;
 }
 .BgClassName
 {
   background-color: #DFAEE7;
 }
</style>
border-color css

<style>
 span { border-color: #DFAEE7; }

 span { border-color: rgb(223,174,231); }

 td.TdClassName
 {
   border-color: #DFAEE7;
 }
 .TagClassName
 {
   border-color: #DFAEE7;
 }
</style>