#DFADE9

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

Shades of Plum #DFADE9

Tints of Plum #DFADE9

Color information

#DFADE9 (or 0xDFADE9) is unknown color: approx Plum. HEX triplet: DF, AD and E9. RGB value is (223,173,233). Sum of RGB (Red+Green+Blue) = 223+173+233=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADE9 is #205216. Grayscale: #C2C2C2. Windows color (decimal): -2118167 or 15314399. OLE color: 15314399.

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

Color convert

RGB223173233-
CMYK0.040.2600.09
HSL290º57.69%79.61%-
HSV(B)290º25.75%91.37%-
XYZ60.0851.4683.86-
YUV194.79149.56148.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 233 (91.41% from 255) = 37.04%
R=35.45%
G=27.50%
B=37.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231732330.040.2600.0929057.6979.61
HexDFADE941A091223a50
Octal33725535143201144272120
Binary11011111101011011110100110011010010011001000101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADE9; }

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

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

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

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

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

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

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

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