#DFAEE8

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

Shades of Plum #DFAEE8

Tints of Plum #DFAEE8

Color information

#DFAEE8 (or 0xDFAEE8) is unknown color: approx Plum. HEX triplet: DF, AE and E8. RGB value is (223,174,232). Sum of RGB (Red+Green+Blue) = 223+174+232=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEE8 is #205117. Grayscale: #C3C3C3. Windows color (decimal): -2117912 or 15249119. OLE color: 15249119.

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

Color convert

RGB223174232-
CMYK0.040.2500.09
HSL290.69º55.77%79.61%-
HSV(B)290.69º25%90.98%-
XYZ60.1351.7983.17-
YUV195.26148.73147.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 232 (91.02% from 255) = 36.88%
R=35.45%
G=27.66%
B=36.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231742320.040.2500.09290.6955.7779.61
HexDFAEE8419091233850
Octal33725635043101144370120
Binary11011111101011101110100010011001010011001000111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEE8; }

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

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

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

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

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

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

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

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