#DBAEFD

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

Shades of Mauve #DBAEFD

Tints of Mauve #DBAEFD

Color information

#DBAEFD (or 0xDBAEFD) is unknown color: approx Mauve. HEX triplet: DB, AE and FD. RGB value is (219,174,253). Sum of RGB (Red+Green+Blue) = 219+174+253=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEFD is #245102. Grayscale: #C4C4C4. Windows color (decimal): -2380035 or 16625371. OLE color: 16625371.

HSL color Cylindrical-coordinate representation of color #DBAEFD: hue angle of 274.18º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBAEFD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219174253-
CMYK0.130.3100.01
HSL274.18º95.18%83.73%-
HSV(B)274.18º31.23%99.22%-
XYZ62.0852.4299.78-
YUV196.46159.91144.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 174 (68.36% from 255) = 26.93%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=33.90%
G=26.93%
B=39.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191742530.130.3100.01274.1895.1883.73
HexDBAEFDD1F011125f54
Octal333256375153701422137124
Binary1101101110101110111111011101111110110001001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEFD; }

 p { color: rgb(219,174,253); }

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

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

 a { background-color: rgb(219,174,253); }

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

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

 span { border-color: rgb(219,174,253); }

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