#DFA5EB

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

Shades of Plum #DFA5EB

Tints of Plum #DFA5EB

Color information

#DFA5EB (or 0xDFA5EB) is unknown color: approx Plum. HEX triplet: DF, A5 and EB. RGB value is (223,165,235). Sum of RGB (Red+Green+Blue) = 223+165+235=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFA5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA5EB is #205A14. Grayscale: #BEBEBE. Windows color (decimal): -2120213 or 15443423. OLE color: 15443423.

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

Color convert

RGB223165235-
CMYK0.050.3000.08
HSL289.71º63.64%78.43%-
HSV(B)289.71º29.79%92.16%-
XYZ58.8848.684.87-
YUV190.32153.22151.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 165 (64.84% from 255) = 26.48%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=35.79%
G=26.48%
B=37.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231652350.050.3000.08289.7163.6478.43
HexDFA5EB51E08122404e
Octal337245353536010442100116
Binary110111111010010111101011101111100100010010001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5EB; }

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

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

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

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

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

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

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

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