#DFAFE9

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

Shades of Plum #DFAFE9

Tints of Plum #DFAFE9

Color information

#DFAFE9 (or 0xDFAFE9) is unknown color: approx Plum. HEX triplet: DF, AF and E9. RGB value is (223,175,233). Sum of RGB (Red+Green+Blue) = 223+175+233=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFE9 is #205016. Grayscale: #C3C3C3. Windows color (decimal): -2117655 or 15314911. OLE color: 15314911.

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

Color convert

RGB223175233-
CMYK0.040.2500.09
HSL289.66º56.86%80%-
HSV(B)289.66º24.89%91.37%-
XYZ60.4752.2383.99-
YUV195.96148.9147.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 233 (91.41% from 255) = 36.93%
R=35.34%
G=27.73%
B=36.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231752330.040.2500.09289.6656.8680
HexDFAFE9419091223950
Octal33725735143101144271120
Binary11011111101011111110100110011001010011001000101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFE9; }

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

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

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

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

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

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

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

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