#DFAADE

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

Shades of Plum #DFAADE

Tints of Plum #DFAADE

Color information

#DFAADE (or 0xDFAADE) is unknown color: approx Plum. HEX triplet: DF, AA and DE. RGB value is (223,170,222). Sum of RGB (Red+Green+Blue) = 223+170+222=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAADE is #205521. Grayscale: #BFBFBF. Windows color (decimal): -2118946 or 14592735. OLE color: 14592735.

HSL color Cylindrical-coordinate representation of color #DFAADE: hue angle of 301.13º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFAADE is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223170222-
CMYK00.240.000.13
HSL301.13º45.3%77.06%-
HSV(B)301.13º23.77%87.45%-
XYZ57.9949.7175.65-
YUV191.77145.06150.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 170 (66.80% from 255) = 27.64%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=36.26%
G=27.64%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317022200.240.000.13301.1345.377.06
HexDFAADE0180D12d2d4d
Octal33725233603001545555115
Binary110111111010101011011110011000011011001011011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAADE; }

 p { color: rgb(223,170,222); }

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

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

 a { background-color: rgb(223,170,222); }

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

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

 span { border-color: rgb(223,170,222); }

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