#DFA4ED

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

Shades of Plum #DFA4ED

Tints of Plum #DFA4ED

Color information

#DFA4ED (or 0xDFA4ED) is unknown color: approx Plum. HEX triplet: DF, A4 and ED. RGB value is (223,164,237). Sum of RGB (Red+Green+Blue) = 223+164+237=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4ED is #205B12. Grayscale: #BDBDBD. Windows color (decimal): -2120467 or 15574239. OLE color: 15574239.

HSL color Cylindrical-coordinate representation of color #DFA4ED: hue angle of 288.49º degrees, saturation: 0.67, 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 #DFA4ED is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223164237-
CMYK0.060.3100.07
HSL288.49º66.97%78.63%-
HSV(B)288.49º30.8%92.94%-
XYZ58.9948.3586.34-
YUV189.96154.55151.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 164 (64.45% from 255) = 26.28%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=35.74%
G=26.28%
B=37.98%

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
Decimal2231642370.060.3100.07288.4966.9778.63
HexDFA4ED61F07120434f
Octal33724435563707440103117
Binary11011111101001001110110111011111011110010000010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4ED; }

 p { color: rgb(223,164,237); }

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

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

 a { background-color: rgb(223,164,237); }

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

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

 span { border-color: rgb(223,164,237); }

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