#DBAFE8

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

Shades of Plum #DBAFE8

Tints of Plum #DBAFE8

Color information

#DBAFE8 (or 0xDBAFE8) is unknown color: approx Plum. HEX triplet: DB, AF and E8. RGB value is (219,175,232). Sum of RGB (Red+Green+Blue) = 219+175+232=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFE8 is #245017. Grayscale: #C2C2C2. Windows color (decimal): -2379800 or 15249371. OLE color: 15249371.

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

Color convert

RGB219175232-
CMYK0.060.2500.09
HSL286.32º55.34%79.8%-
HSV(B)286.32º24.57%90.98%-
XYZ59.1151.5583.18-
YUV194.65149.08145.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=34.98%
G=27.96%
B=37.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191752320.060.2500.09286.3255.3479.8
HexDBAFE86190911e3750
Octal33325735063101143667120
Binary11011011101011111110100011011001010011000111101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFE8; }

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

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

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

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

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

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

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

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