#DFAAEB

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

Shades of Plum #DFAAEB

Tints of Plum #DFAAEB

Color information

#DFAAEB (or 0xDFAAEB) is unknown color: approx Plum. HEX triplet: DF, AA and EB. RGB value is (223,170,235). Sum of RGB (Red+Green+Blue) = 223+170+235=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAEB is #205514. Grayscale: #C1C1C1. Windows color (decimal): -2118933 or 15444703. OLE color: 15444703.

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

Color convert

RGB223170235-
CMYK0.050.2800.08
HSL288.92º61.9%79.41%-
HSV(B)288.92º27.66%92.16%-
XYZ59.850.4485.18-
YUV193.26151.56149.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 170 (66.80% from 255) = 27.07%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=35.51%
G=27.07%
B=37.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231702350.050.2800.08288.9261.979.41
HexDFAAEB51C081213e4f
Octal33725235353401044176117
Binary11011111101010101110101110111100010001001000011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAEB; }

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

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

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

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

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

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

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

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