#DFA1EB

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

Shades of Plum #DFA1EB

Tints of Plum #DFA1EB

Color information

#DFA1EB (or 0xDFA1EB) is unknown color: approx Plum. HEX triplet: DF, A1 and EB. RGB value is (223,161,235). Sum of RGB (Red+Green+Blue) = 223+161+235=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1EB is #205E14. Grayscale: #BBBBBB. Windows color (decimal): -2121237 or 15442399. OLE color: 15442399.

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

Color convert

RGB223161235-
CMYK0.050.3100.08
HSL290.27º64.91%77.65%-
HSV(B)290.27º31.49%92.16%-
XYZ58.1747.1884.64-
YUV187.97154.54152.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 161 (63.28% from 255) = 26.01%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=36.03%
G=26.01%
B=37.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231612350.050.3100.08290.2764.9177.65
HexDFA1EB51F08122414e
Octal337241353537010442101116
Binary110111111010000111101011101111110100010010001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1EB; }

 p { color: rgb(223,161,235); }

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

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

 a { background-color: rgb(223,161,235); }

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

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

 span { border-color: rgb(223,161,235); }

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