#DFAEE9

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

Shades of Plum #DFAEE9

Tints of Plum #DFAEE9

Color information

#DFAEE9 (or 0xDFAEE9) is unknown color: approx Plum. HEX triplet: DF, AE and E9. RGB value is (223,174,233). Sum of RGB (Red+Green+Blue) = 223+174+233=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEE9 is #205116. Grayscale: #C3C3C3. Windows color (decimal): -2117911 or 15314655. OLE color: 15314655.

HSL color Cylindrical-coordinate representation of color #DFAEE9: hue angle of 289.83º degrees, saturation: 0.57, 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 #DFAEE9 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223174233-
CMYK0.040.2500.09
HSL289.83º57.28%79.8%-
HSV(B)289.83º25.32%91.37%-
XYZ60.2851.8483.92-
YUV195.38149.23147.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 174 (68.36% from 255) = 27.62%
BLUE value IS 233 (91.41% from 255) = 36.98%
R=35.40%
G=27.62%
B=36.98%

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
Decimal2231742330.040.2500.09289.8357.2879.8
HexDFAEE9419091223950
Octal33725635143101144271120
Binary11011111101011101110100110011001010011001000101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEE9; }

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

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

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

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

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

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

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

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