#DBAFE7

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

Shades of Plum #DBAFE7

Tints of Plum #DBAFE7

Color information

#DBAFE7 (or 0xDBAFE7) is unknown color: approx Plum. HEX triplet: DB, AF and E7. RGB value is (219,175,231). Sum of RGB (Red+Green+Blue) = 219+175+231=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFE7 is #245018. Grayscale: #C2C2C2. Windows color (decimal): -2379801 or 15183835. OLE color: 15183835.

HSL color Cylindrical-coordinate representation of color #DBAFE7: hue angle of 287.14º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBAFE7 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219175231-
CMYK0.050.2400.09
HSL287.14º53.85%79.61%-
HSV(B)287.14º24.24%90.59%-
XYZ58.9751.4982.43-
YUV194.54148.58145.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 231 (90.62% from 255) = 36.96%
R=35.04%
G=28%
B=36.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191752310.050.2400.09287.1453.8579.61
HexDBAFE75180911f3650
Octal33325734753001143766120
Binary11011011101011111110011110111000010011000111111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFE7; }

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

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

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

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

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

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

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

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