#DFA5EE

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

Shades of Plum #DFA5EE

Tints of Plum #DFA5EE

Color information

#DFA5EE (or 0xDFA5EE) is unknown color: approx Plum. HEX triplet: DF, A5 and EE. RGB value is (223,165,238). Sum of RGB (Red+Green+Blue) = 223+165+238=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFA5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA5EE is #205A11. Grayscale: #BEBEBE. Windows color (decimal): -2120210 or 15640031. OLE color: 15640031.

HSL color Cylindrical-coordinate representation of color #DFA5EE: hue angle of 287.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA5EE is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223165238-
CMYK0.060.3100.07
HSL287.67º68.22%79.02%-
HSV(B)287.67º30.67%93.33%-
XYZ59.3248.7787.18-
YUV190.66154.72151.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 165 (64.84% from 255) = 26.36%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=35.62%
G=26.36%
B=38.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231652380.060.3100.07287.6768.2279.02
HexDFA5EE61F07120444f
Octal33724535663707440104117
Binary11011111101001011110111011011111011110010000010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5EE; }

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

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

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

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

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

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

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

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