#DBAFE3

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

Shades of Plum #DBAFE3

Tints of Plum #DBAFE3

Color information

#DBAFE3 (or 0xDBAFE3) is unknown color: approx Plum. HEX triplet: DB, AF and E3. RGB value is (219,175,227). Sum of RGB (Red+Green+Blue) = 219+175+227=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFE3 is #24501C. Grayscale: #C1C1C1. Windows color (decimal): -2379805 or 14921691. OLE color: 14921691.

HSL color Cylindrical-coordinate representation of color #DBAFE3: hue angle of 290.77º degrees, saturation: 0.48, 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 #DBAFE3 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219175227-
CMYK0.040.2300.11
HSL290.77º48.15%78.82%-
HSV(B)290.77º22.91%89.02%-
XYZ58.4151.2779.49-
YUV194.08146.58145.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=35.27%
G=28.18%
B=36.55%

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
Decimal2191752270.040.2300.11290.7748.1578.82
HexDBAFE34170B123304f
Octal33325734342701344360117
Binary11011011101011111110001110010111010111001000111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFE3; }

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

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

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

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

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

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

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

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