#DFAFE2

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

Shades of Plum #DFAFE2

Tints of Plum #DFAFE2

Color information

#DFAFE2 (or 0xDFAFE2) is unknown color: approx Plum. HEX triplet: DF, AF and E2. RGB value is (223,175,226). Sum of RGB (Red+Green+Blue) = 223+175+226=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFE2 is #20501D. Grayscale: #C3C3C3. Windows color (decimal): -2117662 or 14856159. OLE color: 14856159.

HSL color Cylindrical-coordinate representation of color #DFAFE2: hue angle of 296.47º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFAFE2 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223175226-
CMYK0.010.2300.11
HSL296.47º46.79%78.63%-
HSV(B)296.47º22.57%88.63%-
XYZ59.4951.8478.82-
YUV195.17145.4147.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 226 (88.67% from 255) = 36.22%
R=35.74%
G=28.04%
B=36.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231752260.010.2300.11296.4746.7978.63
HexDFAFE21170B1282f4f
Octal33725734212701345057117
Binary110111111010111111100010110111010111001010001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFE2; }

 p { color: rgb(223,175,226); }

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

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

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

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

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

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

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