#DFAFE1

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

Shades of Plum #DFAFE1

Tints of Plum #DFAFE1

Color information

#DFAFE1 (or 0xDFAFE1) is unknown color: approx Plum. HEX triplet: DF, AF and E1. RGB value is (223,175,225). Sum of RGB (Red+Green+Blue) = 223+175+225=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFE1 is #20501E. Grayscale: #C2C2C2. Windows color (decimal): -2117663 or 14790623. OLE color: 14790623.

HSL color Cylindrical-coordinate representation of color #DFAFE1: hue angle of 297.6º degrees, saturation: 0.45, 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 #DFAFE1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223175225-
CMYK0.010.2200.12
HSL297.6º45.45%78.43%-
HSV(B)297.6º22.22%88.24%-
XYZ59.3551.7878.1-
YUV195.05144.9147.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=35.79%
G=28.09%
B=36.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231752250.010.2200.12297.645.4578.43
HexDFAFE11160C12a2d4e
Octal33725734112601445255116
Binary110111111010111111100001110110011001001010101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFE1; }

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

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

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

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

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

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

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

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