#DBACE3

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

Shades of Plum #DBACE3

Tints of Plum #DBACE3

Color information

#DBACE3 (or 0xDBACE3) is unknown color: approx Plum. HEX triplet: DB, AC and E3. RGB value is (219,172,227). Sum of RGB (Red+Green+Blue) = 219+172+227=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACE3 is #24531C. Grayscale: #C0C0C0. Windows color (decimal): -2380573 or 14920923. OLE color: 14920923.

HSL color Cylindrical-coordinate representation of color #DBACE3: hue angle of 291.27º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBACE3 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219172227-
CMYK0.040.2400.11
HSL291.27º49.55%78.24%-
HSV(B)291.27º24.23%89.02%-
XYZ57.8350.1179.3-
YUV192.32147.57147.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=35.44%
G=27.83%
B=36.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191722270.040.2400.11291.2749.5578.24
HexDBACE34180B123324e
Octal33325434343001344362116
Binary11011011101011001110001110011000010111001000111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACE3; }

 p { color: rgb(219,172,227); }

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

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

 a { background-color: rgb(219,172,227); }

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

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

 span { border-color: rgb(219,172,227); }

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