#DBAFEB

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

Shades of Mauve #DBAFEB

Tints of Mauve #DBAFEB

Color information

#DBAFEB (or 0xDBAFEB) is unknown color: approx Mauve. HEX triplet: DB, AF and EB. RGB value is (219,175,235). Sum of RGB (Red+Green+Blue) = 219+175+235=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFEB is #245014. Grayscale: #C2C2C2. Windows color (decimal): -2379797 or 15445979. OLE color: 15445979.

HSL color Cylindrical-coordinate representation of color #DBAFEB: hue angle of 284º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBAFEB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219175235-
CMYK0.070.2600.08
HSL284º60%80.39%-
HSV(B)284º25.53%92.16%-
XYZ59.5451.7285.44-
YUV195150.58145.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=34.82%
G=27.82%
B=37.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191752350.070.2600.082846080.39
HexDBAFEB71A0811c3c50
Octal33325735373201043474120
Binary11011011101011111110101111111010010001000111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFEB; }

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

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

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

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

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

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

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

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