Html Css Color HEX #DBA4FE Mauve

📋 copy color: '#DBA4FE'

red 219 ◦ green 164 ◦ blue 254

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

Shades of Mauve #DBA4FE

Tints of Mauve #DBA4FE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.75%

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

R = 34.38%
G = 25.75%
B = 39.87%

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

#DBA4FE (or 0xDBA4FE) is known color: Mauve. HEX triplet: DB, A4 and FE. RGB value is (219,164,254). Sum of RGB (Red+Green+Blue) = 219+164+254=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4FE is #245B01. Grayscale: #BEBEBE. Windows color (decimal): -2382594 or 16688347. OLE color: 16688347.

HSL color Cylindrical-coordinate representation of color #DBA4FE: hue angle of 276.67º 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 #DBA4FE is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 164 254 -
CMYK 0.14 0.35 0 0.00
HSL 276.67º 0.98% 0.82% -
HSV(B) 276.67º 0.35% 1% -
XYZ 60.38 48.77 100 -
YUV 190.71 163.72 148.18 -
System Red Green Blue C M Y K H S L
Decimal 219 164 254 0.14 0.35 0 0.00 276.67 0.98 0.82
Hex DB A4 FE E 23 0 0 115 62 52
Octal 333 244 376 16 43 0 0 425 142 122
Binary 11011011 10100100 11111110 1110 100011 0 0 100010101 1100010 1010010

Color Harmonies of #DBA4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4FE

Black with #DBA4FE

Text Example


Text Example

White with #DBA4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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