Html Css Color HEX #DBA7F8 Mauve

📋 copy color: '#DBA7F8'

red 219 ◦ green 167 ◦ blue 248

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

Shades of Mauve #DBA7F8

Tints of Mauve #DBA7F8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.34%

 BLUE value IS 248 (97.27% from 255) = 39.12%

R = 34.54%
G = 26.34%
B = 39.12%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBA7F8 (or 0xDBA7F8) is known color: Mauve. HEX triplet: DB, A7 and F8. RGB value is (219,167,248). Sum of RGB (Red+Green+Blue) = 219+167+248=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBA7F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7F8 is #245807. Grayscale: #BFBFBF. Windows color (decimal): -2381832 or 16295899. OLE color: 16295899.

HSL color Cylindrical-coordinate representation of color #DBA7F8: hue angle of 278.52º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA7F8 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 167 248 -
CMYK 0.12 0.33 0 0.03
HSL 278.52º 0.85% 0.81% -
HSV(B) 278.52º 0.33% 0.97% -
XYZ 59.98 49.47 95.2 -
YUV 191.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 219 167 248 0.12 0.33 0 0.03 278.52 0.85 0.81
Hex DB A7 F8 C 21 0 3 117 55 51
Octal 333 247 370 14 41 0 3 427 125 121
Binary 11011011 10100111 11111000 1100 100001 0 11 100010111 1010101 1010001

Color Harmonies of #DBA7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA7F8

Black with #DBA7F8

Text Example


Text Example

White with #DBA7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA7F8; }

 p { color: rgb(219,167,248); }

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

background-color css

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

 a { background-color: rgb(219,167,248); }

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

border-color css

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

 span { border-color: rgb(219,167,248); }

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