Html Css Color HEX #DBA4FB Mauve

📋 copy color: '#DBA4FB'

red 219 ◦ green 164 ◦ blue 251

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

Shades of Mauve #DBA4FB

Tints of Mauve #DBA4FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.59%

R = 34.54%
G = 25.87%
B = 39.59%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBA4FB (or 0xDBA4FB) is known color: Mauve. HEX triplet: DB, A4 and FB. RGB value is (219,164,251). Sum of RGB (Red+Green+Blue) = 219+164+251=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 164 (64.45% from 255 or 25.87% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBA4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4FB is #245B04. Grayscale: #BEBEBE. Windows color (decimal): -2382597 or 16491739. OLE color: 16491739.

HSL color Cylindrical-coordinate representation of color #DBA4FB: hue angle of 277.93º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA4FB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 164 251 -
CMYK 0.13 0.35 0 0.02
HSL 277.93º 0.92% 0.81% -
HSV(B) 277.93º 0.35% 0.98% -
XYZ 59.9 48.58 97.49 -
YUV 190.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 219 164 251 0.13 0.35 0 0.02 277.93 0.92 0.81
Hex DB A4 FB D 23 0 2 116 5C 51
Octal 333 244 373 15 43 0 2 426 134 121
Binary 11011011 10100100 11111011 1101 100011 0 10 100010110 1011100 1010001

Color Harmonies of #DBA4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4FB

Black with #DBA4FB

Text Example


Text Example

White with #DBA4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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