#DFABE0

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

Shades of Plum #DFABE0

Tints of Plum #DFABE0

Color information

#DFABE0 (or 0xDFABE0) is unknown color: approx Plum. HEX triplet: DF, AB and E0. RGB value is (223,171,224). Sum of RGB (Red+Green+Blue) = 223+171+224=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABE0 is #20541F. Grayscale: #C0C0C0. Windows color (decimal): -2118688 or 14724063. OLE color: 14724063.

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

Color convert

RGB223171224-
CMYK0.000.2400.12
HSL298.87º46.09%77.45%-
HSV(B)298.87º23.66%87.84%-
XYZ58.4550.277.13-
YUV192.59145.73149.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=36.08%
G=27.67%
B=36.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231712240.000.2400.12298.8746.0977.45
HexDFABE00180C12b2e4d
Octal33725334003001445356115
Binary110111111010101111100000011000011001001010111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABE0; }

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

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

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

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

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

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

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

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