Html Css Color HEX #DBA6FA Mauve

📋 copy color: '#DBA6FA'

red 219 ◦ green 166 ◦ blue 250

#DBA6FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DBA6FA

Tints of Mauve #DBA6FA

RGB

 RED value IS 219 (85.94% from 255) = 34.49%

 GREEN value IS 166 (65.23% from 255) = 26.14%

 BLUE value IS 250 (98.05% from 255) = 39.37%

R = 34.49%
G = 26.14%
B = 39.37%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBA6FA (or 0xDBA6FA) is known color: Mauve. HEX triplet: DB, A6 and FA. RGB value is (219,166,250). Sum of RGB (Red+Green+Blue) = 219+166+250=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 166 (65.23% from 255 or 26.14% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA6FA is #245905. Grayscale: #BFBFBF. Windows color (decimal): -2382086 or 16426715. OLE color: 16426715.

HSL color Cylindrical-coordinate representation of color #DBA6FA: hue angle of 277.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBA6FA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 166 250 -
CMYK 0.12 0.34 0 0.02
HSL 277.86º 0.89% 0.82% -
HSV(B) 277.86º 0.34% 0.98% -
XYZ 60.1 49.23 96.78 -
YUV 191.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 219 166 250 0.12 0.34 0 0.02 277.86 0.89 0.82
Hex DB A6 FA C 22 0 2 116 59 52
Octal 333 246 372 14 42 0 2 426 131 122
Binary 11011011 10100110 11111010 1100 100010 0 10 100010110 1011001 1010010

Color Harmonies of #DBA6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6FA

Black with #DBA6FA

Text Example


Text Example

White with #DBA6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6FA; }

 p { color: rgb(219,166,250); }

 H1.HeaderClassName
 {
   color: #DBA6FA;
 }
 .AnyTagClassName
 {
   color: #DBA6FA;
 }
</style>

background-color css

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

 a { background-color: rgb(219,166,250); }

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

border-color css

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

 span { border-color: rgb(219,166,250); }

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