#DFACEA

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

Shades of Plum #DFACEA

Tints of Plum #DFACEA

Color information

#DFACEA (or 0xDFACEA) is unknown color: approx Plum. HEX triplet: DF, AC and EA. RGB value is (223,172,234). Sum of RGB (Red+Green+Blue) = 223+172+234=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACEA is #205315. Grayscale: #C2C2C2. Windows color (decimal): -2118422 or 15379679. OLE color: 15379679.

HSL color Cylindrical-coordinate representation of color #DFACEA: hue angle of 289.35º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFACEA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223172234-
CMYK0.050.2600.08
HSL289.35º59.62%79.61%-
HSV(B)289.35º26.5%91.76%-
XYZ60.0451.1384.55-
YUV194.32150.4148.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=35.45%
G=27.34%
B=37.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231722340.050.2600.08289.3559.6279.61
HexDFACEA51A081213c50
Octal33725435253201044174120
Binary11011111101011001110101010111010010001001000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACEA; }

 p { color: rgb(223,172,234); }

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

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

 a { background-color: rgb(223,172,234); }

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

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

 span { border-color: rgb(223,172,234); }

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