#DFADE7

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

Shades of Plum #DFADE7

Tints of Plum #DFADE7

Color information

#DFADE7 (or 0xDFADE7) is unknown color: approx Plum. HEX triplet: DF, AD and E7. RGB value is (223,173,231). Sum of RGB (Red+Green+Blue) = 223+173+231=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADE7 is #205218. Grayscale: #C2C2C2. Windows color (decimal): -2118169 or 15183327. OLE color: 15183327.

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

Color convert

RGB223173231-
CMYK0.030.2500.09
HSL291.72º54.72%79.22%-
HSV(B)291.72º25.11%90.59%-
XYZ59.851.3482.36-
YUV194.56148.56148.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=35.57%
G=27.59%
B=36.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231732310.030.2500.09291.7254.7279.22
HexDFADE731909124374f
Octal33725534733101144467117
Binary1101111110101101111001111111001010011001001001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADE7; }

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

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

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

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

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

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

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

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