Html Css Color HEX #DBABFA Mauve

📋 copy color: '#DBABFA'

red 219 ◦ green 171 ◦ blue 250

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

Shades of Mauve #DBABFA

Tints of Mauve #DBABFA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.72%

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

R = 34.22%
G = 26.72%
B = 39.06%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBABFA (or 0xDBABFA) is known color: Mauve. HEX triplet: DB, AB and FA. RGB value is (219,171,250). Sum of RGB (Red+Green+Blue) = 219+171+250=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABFA is #245405. Grayscale: #C2C2C2. Windows color (decimal): -2380806 or 16427995. OLE color: 16427995.

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

Color convert

RGB 219 171 250 -
CMYK 0.12 0.32 0 0.02
HSL 276.46º 0.89% 0.83% -
HSV(B) 276.46º 0.32% 0.98% -
XYZ 61.03 51.09 97.09 -
YUV 194.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 219 171 250 0.12 0.32 0 0.02 276.46 0.89 0.83
Hex DB AB FA C 20 0 2 114 59 53
Octal 333 253 372 14 40 0 2 424 131 123
Binary 11011011 10101011 11111010 1100 100000 0 10 100010100 1011001 1010011

Color Harmonies of #DBABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABFA

Black with #DBABFA

Text Example


Text Example

White with #DBABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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