#DBAEE2

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

Shades of Plum #DBAEE2

Tints of Plum #DBAEE2

Color information

#DBAEE2 (or 0xDBAEE2) is unknown color: approx Plum. HEX triplet: DB, AE and E2. RGB value is (219,174,226). Sum of RGB (Red+Green+Blue) = 219+174+226=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEE2 is #24511D. Grayscale: #C1C1C1. Windows color (decimal): -2380062 or 14855899. OLE color: 14855899.

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

Color convert

RGB219174226-
CMYK0.030.2300.11
HSL291.92º47.27%78.43%-
HSV(B)291.92º23.01%88.63%-
XYZ58.0850.8278.7-
YUV193.38146.41146.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 226 (88.67% from 255) = 36.51%
R=35.38%
G=28.11%
B=36.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191742260.030.2300.11291.9247.2778.43
HexDBAEE23170B1242f4e
Octal33325634232701344457116
Binary1101101110101110111000101110111010111001001001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEE2; }

 p { color: rgb(219,174,226); }

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

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

 a { background-color: rgb(219,174,226); }

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

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

 span { border-color: rgb(219,174,226); }

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