#DBADFE

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

Shades of Mauve #DBADFE

Tints of Mauve #DBADFE

Color information

#DBADFE (or 0xDBADFE) is unknown color: approx Mauve. HEX triplet: DB, AD and FE. RGB value is (219,173,254). Sum of RGB (Red+Green+Blue) = 219+173+254=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADFE is #245201. Grayscale: #C3C3C3. Windows color (decimal): -2380290 or 16690651. OLE color: 16690651.

HSL color Cylindrical-coordinate representation of color #DBADFE: hue angle of 274.07º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBADFE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219173254-
CMYK0.140.3200.00
HSL274.07º97.59%83.73%-
HSV(B)274.07º31.89%99.61%-
XYZ62.0552.1100.55-
YUV195.99160.74144.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 173 (67.97% from 255) = 26.78%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=33.90%
G=26.78%
B=39.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2191732540.140.3200.00274.0797.5983.73
HexDBADFEE20001126254
Octal333255376164000422142124
Binary11011011101011011111111011101000000010001001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADFE; }

 p { color: rgb(219,173,254); }

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

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

 a { background-color: rgb(219,173,254); }

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

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

 span { border-color: rgb(219,173,254); }

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