#DBAFE4

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

Shades of Plum #DBAFE4

Tints of Plum #DBAFE4

Color information

#DBAFE4 (or 0xDBAFE4) is unknown color: approx Plum. HEX triplet: DB, AF and E4. RGB value is (219,175,228). Sum of RGB (Red+Green+Blue) = 219+175+228=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFE4 is #24501B. Grayscale: #C2C2C2. Windows color (decimal): -2379804 or 14987227. OLE color: 14987227.

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

Color convert

RGB219175228-
CMYK0.040.2300.11
HSL289.81º49.53%79.02%-
HSV(B)289.81º23.25%89.41%-
XYZ58.5551.3280.22-
YUV194.2147.08145.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 175 (68.75% from 255) = 28.14%
BLUE value IS 228 (89.45% from 255) = 36.66%
R=35.21%
G=28.14%
B=36.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191752280.040.2300.11289.8149.5379.02
HexDBAFE44170B122324f
Octal33325734442701344262117
Binary11011011101011111110010010010111010111001000101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFE4; }

 p { color: rgb(219,175,228); }

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

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

 a { background-color: rgb(219,175,228); }

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

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

 span { border-color: rgb(219,175,228); }

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