#DBAFE6

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

Shades of Plum #DBAFE6

Tints of Plum #DBAFE6

Color information

#DBAFE6 (or 0xDBAFE6) is unknown color: approx Plum. HEX triplet: DB, AF and E6. RGB value is (219,175,230). Sum of RGB (Red+Green+Blue) = 219+175+230=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBAFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFE6 is #245019. Grayscale: #C2C2C2. Windows color (decimal): -2379802 or 15118299. OLE color: 15118299.

HSL color Cylindrical-coordinate representation of color #DBAFE6: hue angle of 288º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBAFE6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219175230-
CMYK0.050.2400.10
HSL288º52.38%79.41%-
HSV(B)288º23.91%90.2%-
XYZ58.8351.4381.69-
YUV194.43148.08145.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 230 (90.23% from 255) = 36.86%
R=35.10%
G=28.04%
B=36.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191752300.050.2400.1028852.3879.41
HexDBAFE65180A120344f
Octal33325734653001244064117
Binary11011011101011111110011010111000010101001000001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFE6; }

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

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

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

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

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

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

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

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