#DFAEDF

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

Shades of Plum #DFAEDF

Tints of Plum #DFAEDF

Color information

#DFAEDF (or 0xDFAEDF) is unknown color: approx Plum. HEX triplet: DF, AE and DF. RGB value is (223,174,223). Sum of RGB (Red+Green+Blue) = 223+174+223=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEDF is #205120. Grayscale: #C2C2C2. Windows color (decimal): -2117921 or 14659295. OLE color: 14659295.

HSL color Cylindrical-coordinate representation of color #DFAEDF: hue angle of 300º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAEDF is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223174223-
CMYK00.2200.13
HSL300º43.36%77.84%-
HSV(B)300º21.97%87.45%-
XYZ58.8951.2976.61-
YUV194.24144.23148.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=35.97%
G=28.06%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317422300.2200.1330043.3677.84
HexDFAEDF0160D12c2b4e
Octal33725633702601545453116
Binary110111111010111011011111010110011011001011001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEDF; }

 p { color: rgb(223,174,223); }

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

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

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

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

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

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

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