#DFADE5

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

Shades of Plum #DFADE5

Tints of Plum #DFADE5

Color information

#DFADE5 (or 0xDFADE5) is unknown color: approx Plum. HEX triplet: DF, AD and E5. RGB value is (223,173,229). Sum of RGB (Red+Green+Blue) = 223+173+229=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADE5 is #20521A. Grayscale: #C2C2C2. Windows color (decimal): -2118171 or 15052255. OLE color: 15052255.

HSL color Cylindrical-coordinate representation of color #DFADE5: hue angle of 293.57º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFADE5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223173229-
CMYK0.030.2400.10
HSL293.57º51.85%78.82%-
HSV(B)293.57º24.45%89.8%-
XYZ59.5251.2380.88-
YUV194.33147.56148.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 229 (89.84% from 255) = 36.64%
R=35.68%
G=27.68%
B=36.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231732290.030.2400.10293.5751.8578.82
HexDFADE53180A126344f
Octal33725534533001244664117
Binary1101111110101101111001011111000010101001001101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADE5; }

 p { color: rgb(223,173,229); }

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

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

 a { background-color: rgb(223,173,229); }

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

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

 span { border-color: rgb(223,173,229); }

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