#DFAFE0

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

Shades of Plum #DFAFE0

Tints of Plum #DFAFE0

Color information

#DFAFE0 (or 0xDFAFE0) is unknown color: approx Plum. HEX triplet: DF, AF and E0. RGB value is (223,175,224). Sum of RGB (Red+Green+Blue) = 223+175+224=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFE0 is #20501F. Grayscale: #C2C2C2. Windows color (decimal): -2117664 or 14725087. OLE color: 14725087.

HSL color Cylindrical-coordinate representation of color #DFAFE0: hue angle of 298.78º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFE0 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223175224-
CMYK0.000.2200.12
HSL298.78º44.14%78.24%-
HSV(B)298.78º21.88%87.84%-
XYZ59.2251.7377.38-
YUV194.94144.4148.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 175 (68.75% from 255) = 28.14%
BLUE value IS 224 (87.89% from 255) = 36.01%
R=35.85%
G=28.14%
B=36.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231752240.000.2200.12298.7844.1478.24
HexDFAFE00160C12b2c4e
Octal33725734002601445354116
Binary110111111010111111100000010110011001001010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFE0; }

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

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

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

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

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

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

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

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