#DFA8ED

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

Shades of Plum #DFA8ED

Tints of Plum #DFA8ED

Color information

#DFA8ED (or 0xDFA8ED) is unknown color: approx Plum. HEX triplet: DF, A8 and ED. RGB value is (223,168,237). Sum of RGB (Red+Green+Blue) = 223+168+237=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8ED is #205712. Grayscale: #C0C0C0. Windows color (decimal): -2119443 or 15575263. OLE color: 15575263.

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

Color convert

RGB223168237-
CMYK0.060.2900.07
HSL287.83º65.71%79.41%-
HSV(B)287.83º29.11%92.94%-
XYZ59.7249.8186.59-
YUV192.31153.22149.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 168 (66.02% from 255) = 26.75%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=35.51%
G=26.75%
B=37.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231682370.060.2900.07287.8365.7179.41
HexDFA8ED61D07120424f
Octal33725035563507440102117
Binary11011111101010001110110111011101011110010000010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8ED; }

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

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

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

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

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

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

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

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