#DFACEB

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

Shades of Plum #DFACEB

Tints of Plum #DFACEB

Color information

#DFACEB (or 0xDFACEB) is unknown color: approx Plum. HEX triplet: DF, AC and EB. RGB value is (223,172,235). Sum of RGB (Red+Green+Blue) = 223+172+235=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACEB is #205314. Grayscale: #C2C2C2. Windows color (decimal): -2118421 or 15445215. OLE color: 15445215.

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

Color convert

RGB223172235-
CMYK0.050.2700.08
HSL288.57º61.17%79.8%-
HSV(B)288.57º26.81%92.16%-
XYZ60.1851.1985.31-
YUV194.43150.9148.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=35.40%
G=27.30%
B=37.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231722350.050.2700.08288.5761.1779.8
HexDFACEB51B081213d50
Octal33725435353301044175120
Binary11011111101011001110101110111011010001001000011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACEB; }

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

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

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

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

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

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

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

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