#DFABE1

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

Shades of Plum #DFABE1

Tints of Plum #DFABE1

Color information

#DFABE1 (or 0xDFABE1) is unknown color: approx Plum. HEX triplet: DF, AB and E1. RGB value is (223,171,225). Sum of RGB (Red+Green+Blue) = 223+171+225=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABE1 is #20541E. Grayscale: #C0C0C0. Windows color (decimal): -2118687 or 14789599. OLE color: 14789599.

HSL color Cylindrical-coordinate representation of color #DFABE1: hue angle of 297.78º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFABE1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223171225-
CMYK0.010.2400.12
HSL297.78º47.37%77.65%-
HSV(B)297.78º24%88.24%-
XYZ58.5850.2577.85-
YUV192.7146.23149.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=36.03%
G=27.63%
B=36.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231712250.010.2400.12297.7847.3777.65
HexDFABE11180C12a2f4e
Octal33725334113001445257116
Binary110111111010101111100001111000011001001010101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABE1; }

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

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

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

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

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

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

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

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