#DFADE8

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

Shades of Plum #DFADE8

Tints of Plum #DFADE8

Color information

#DFADE8 (or 0xDFADE8) is unknown color: approx Plum. HEX triplet: DF, AD and E8. RGB value is (223,173,232). Sum of RGB (Red+Green+Blue) = 223+173+232=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADE8 is #205217. Grayscale: #C2C2C2. Windows color (decimal): -2118168 or 15248863. OLE color: 15248863.

HSL color Cylindrical-coordinate representation of color #DFADE8: hue angle of 290.85º degrees, saturation: 0.56, 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 #DFADE8 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223173232-
CMYK0.040.2500.09
HSL290.85º56.19%79.41%-
HSV(B)290.85º25.43%90.98%-
XYZ59.9451.483.11-
YUV194.68149.06148.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 232 (91.02% from 255) = 36.94%
R=35.51%
G=27.55%
B=36.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231732320.040.2500.09290.8556.1979.41
HexDFADE841909123384f
Octal33725535043101144370117
Binary11011111101011011110100010011001010011001000111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADE8; }

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

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

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

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

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

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

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

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