#DFABE6

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

Shades of Plum #DFABE6

Tints of Plum #DFABE6

Color information

#DFABE6 (or 0xDFABE6) is unknown color: approx Plum. HEX triplet: DF, AB and E6. RGB value is (223,171,230). Sum of RGB (Red+Green+Blue) = 223+171+230=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABE6 is #205419. Grayscale: #C1C1C1. Windows color (decimal): -2118682 or 15117279. OLE color: 15117279.

HSL color Cylindrical-coordinate representation of color #DFABE6: hue angle of 292.88º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFABE6 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223171230-
CMYK0.030.2600.10
HSL292.88º54.13%78.63%-
HSV(B)292.88º25.65%90.2%-
XYZ59.2850.5381.49-
YUV193.27148.73149.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 171 (67.19% from 255) = 27.40%
BLUE value IS 230 (90.23% from 255) = 36.86%
R=35.74%
G=27.40%
B=36.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231712300.030.2600.10292.8854.1378.63
HexDFABE631A0A125364f
Octal33725334633201244566117
Binary1101111110101011111001101111010010101001001011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABE6; }

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

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

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

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

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

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

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

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