#DFAFE7

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

Shades of Plum #DFAFE7

Tints of Plum #DFAFE7

Color information

#DFAFE7 (or 0xDFAFE7) is unknown color: approx Plum. HEX triplet: DF, AF and E7. RGB value is (223,175,231). Sum of RGB (Red+Green+Blue) = 223+175+231=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFE7 is #205018. Grayscale: #C3C3C3. Windows color (decimal): -2117657 or 15183839. OLE color: 15183839.

HSL color Cylindrical-coordinate representation of color #DFAFE7: hue angle of 291.43º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFAFE7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223175231-
CMYK0.030.2400.09
HSL291.43º53.85%79.61%-
HSV(B)291.43º24.24%90.59%-
XYZ60.1952.1282.49-
YUV195.74147.9147.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 231 (90.62% from 255) = 36.72%
R=35.45%
G=27.82%
B=36.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231752310.030.2400.09291.4353.8579.61
HexDFAFE7318091233650
Octal33725734733001144366120
Binary1101111110101111111001111111000010011001000111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFE7; }

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

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

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

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

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

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

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

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