#DBACE0

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

Shades of Plum #DBACE0

Tints of Plum #DBACE0

Color information

#DBACE0 (or 0xDBACE0) is unknown color: approx Plum. HEX triplet: DB, AC and E0. RGB value is (219,172,224). Sum of RGB (Red+Green+Blue) = 219+172+224=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACE0 is #24531F. Grayscale: #BFBFBF. Windows color (decimal): -2380576 or 14724315. OLE color: 14724315.

HSL color Cylindrical-coordinate representation of color #DBACE0: hue angle of 294.23º degrees, saturation: 0.46, 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 #DBACE0 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219172224-
CMYK0.020.2300.12
HSL294.23º45.61%77.65%-
HSV(B)294.23º23.21%87.84%-
XYZ57.4249.9577.14-
YUV191.98146.07147.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=35.61%
G=27.97%
B=36.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191722240.020.2300.12294.2345.6177.65
HexDBACE02170C1262e4e
Octal33325434022701444656116
Binary1101101110101100111000001010111011001001001101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACE0; }

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

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

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

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

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

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

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

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