#DBAFED

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

Shades of Mauve #DBAFED

Tints of Mauve #DBAFED

Color information

#DBAFED (or 0xDBAFED) is unknown color: approx Mauve. HEX triplet: DB, AF and ED. RGB value is (219,175,237). Sum of RGB (Red+Green+Blue) = 219+175+237=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBAFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFED is #245012. Grayscale: #C3C3C3. Windows color (decimal): -2379795 or 15577051. OLE color: 15577051.

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

Color convert

RGB219175237-
CMYK0.080.2600.07
HSL282.58º63.27%80.78%-
HSV(B)282.58º26.16%92.94%-
XYZ59.8351.8386.97-
YUV195.22151.58144.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=34.71%
G=27.73%
B=37.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191752370.080.2600.07282.5863.2780.78
HexDBAFED81A0711b3f51
Octal33325735510320743377121
Binary11011011101011111110110110001101001111000110111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFED; }

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

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

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

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

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

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

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

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