Html Css Color HEX #DBA5FE Mauve

📋 copy color: '#DBA5FE'

red 219 ◦ green 165 ◦ blue 254

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

Shades of Mauve #DBA5FE

Tints of Mauve #DBA5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.86%

 BLUE value IS 254 (99.61% from 255) = 39.81%

R = 34.33%
G = 25.86%
B = 39.81%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBA5FE (or 0xDBA5FE) is known color: Mauve. HEX triplet: DB, A5 and FE. RGB value is (219,165,254). Sum of RGB (Red+Green+Blue) = 219+165+254=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5FE is #245A01. Grayscale: #BEBEBE. Windows color (decimal): -2382338 or 16688603. OLE color: 16688603.

HSL color Cylindrical-coordinate representation of color #DBA5FE: hue angle of 276.4º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA5FE is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 165 254 -
CMYK 0.14 0.35 0 0.00
HSL 276.4º 0.98% 0.82% -
HSV(B) 276.4º 0.35% 1% -
XYZ 60.56 49.13 100.06 -
YUV 191.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 219 165 254 0.14 0.35 0 0.00 276.4 0.98 0.82
Hex DB A5 FE E 23 0 0 114 62 52
Octal 333 245 376 16 43 0 0 424 142 122
Binary 11011011 10100101 11111110 1110 100011 0 0 100010100 1100010 1010010

Color Harmonies of #DBA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5FE

Black with #DBA5FE

Text Example


Text Example

White with #DBA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5FE; }

 p { color: rgb(219,165,254); }

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

background-color css

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

 a { background-color: rgb(219,165,254); }

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

border-color css

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

 span { border-color: rgb(219,165,254); }

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