#DFABEA

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

Shades of Plum #DFABEA

Tints of Plum #DFABEA

Color information

#DFABEA (or 0xDFABEA) is unknown color: approx Plum. HEX triplet: DF, AB and EA. RGB value is (223,171,234). Sum of RGB (Red+Green+Blue) = 223+171+234=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABEA is #205415. Grayscale: #C1C1C1. Windows color (decimal): -2118678 or 15379423. OLE color: 15379423.

HSL color Cylindrical-coordinate representation of color #DFABEA: hue angle of 289.52º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFABEA is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223171234-
CMYK0.050.2700.08
HSL289.52º60%79.41%-
HSV(B)289.52º26.92%91.76%-
XYZ59.8550.7584.48-
YUV193.73150.73148.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 171 (67.19% from 255) = 27.23%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=35.51%
G=27.23%
B=37.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231712340.050.2700.08289.526079.41
HexDFABEA51B081223c4f
Octal33725335253301044274117
Binary11011111101010111110101010111011010001001000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABEA; }

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

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

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

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

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

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

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

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