#DFABE3

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

Shades of Plum #DFABE3

Tints of Plum #DFABE3

Color information

#DFABE3 (or 0xDFABE3) is unknown color: approx Plum. HEX triplet: DF, AB and E3. RGB value is (223,171,227). Sum of RGB (Red+Green+Blue) = 223+171+227=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFABE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABE3 is #20541C. Grayscale: #C0C0C0. Windows color (decimal): -2118685 or 14920671. OLE color: 14920671.

HSL color Cylindrical-coordinate representation of color #DFABE3: hue angle of 295.71º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFABE3 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223171227-
CMYK0.020.2500.11
HSL295.71º50%78.04%-
HSV(B)295.71º24.67%89.02%-
XYZ58.8650.3679.29-
YUV192.93147.23149.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=35.91%
G=27.54%
B=36.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231712270.020.2500.11295.715078.04
HexDFABE32190B128324e
Octal33725334323101345062116
Binary1101111110101011111000111011001010111001010001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABE3; }

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

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

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

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

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

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

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

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