#DFABE9

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

Shades of Plum #DFABE9

Tints of Plum #DFABE9

Color information

#DFABE9 (or 0xDFABE9) is unknown color: approx Plum. HEX triplet: DF, AB and E9. RGB value is (223,171,233). Sum of RGB (Red+Green+Blue) = 223+171+233=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABE9 is #205416. Grayscale: #C1C1C1. Windows color (decimal): -2118679 or 15313887. OLE color: 15313887.

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

Color convert

RGB223171233-
CMYK0.040.2700.09
HSL290.32º58.49%79.22%-
HSV(B)290.32º26.61%91.37%-
XYZ59.750.783.73-
YUV193.62150.23148.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 171 (67.19% from 255) = 27.27%
BLUE value IS 233 (91.41% from 255) = 37.16%
R=35.57%
G=27.27%
B=37.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231712330.040.2700.09290.3258.4979.22
HexDFABE941B091223a4f
Octal33725335143301144272117
Binary11011111101010111110100110011011010011001000101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABE9; }

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

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

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

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

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

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

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

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