#DFADE0

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

Shades of Plum #DFADE0

Tints of Plum #DFADE0

Color information

#DFADE0 (or 0xDFADE0) is unknown color: approx Plum. HEX triplet: DF, AD and E0. RGB value is (223,173,224). Sum of RGB (Red+Green+Blue) = 223+173+224=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADE0 is #20521F. Grayscale: #C1C1C1. Windows color (decimal): -2118176 or 14724575. OLE color: 14724575.

HSL color Cylindrical-coordinate representation of color #DFADE0: hue angle of 298.82º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFADE0 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223173224-
CMYK0.000.2300.12
HSL298.82º45.13%77.84%-
HSV(B)298.82º22.77%87.84%-
XYZ58.8350.9677.26-
YUV193.76145.06148.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 224 (87.89% from 255) = 36.13%
R=35.97%
G=27.90%
B=36.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231732240.000.2300.12298.8245.1377.84
HexDFADE00170C12b2d4e
Octal33725534002701445355116
Binary110111111010110111100000010111011001001010111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADE0; }

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

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

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

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

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

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

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

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