Html Css Color HEX #DBA4F8 Mauve

📋 copy color: '#DBA4F8'

red 219 ◦ green 164 ◦ blue 248

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

Shades of Mauve #DBA4F8

Tints of Mauve #DBA4F8

RGB

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

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

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

R = 34.71%
G = 25.99%
B = 39.3%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBA4F8 (or 0xDBA4F8) is known color: Mauve. HEX triplet: DB, A4 and F8. RGB value is (219,164,248). Sum of RGB (Red+Green+Blue) = 219+164+248=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 164 (64.45% from 255 or 25.99% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBA4F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4F8 is #245B07. Grayscale: #BDBDBD. Windows color (decimal): -2382600 or 16295131. OLE color: 16295131.

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

Color convert

RGB 219 164 248 -
CMYK 0.12 0.34 0 0.03
HSL 279.29º 0.86% 0.81% -
HSV(B) 279.29º 0.34% 0.97% -
XYZ 59.43 48.39 95.01 -
YUV 190.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 219 164 248 0.12 0.34 0 0.03 279.29 0.86 0.81
Hex DB A4 F8 C 22 0 3 117 56 51
Octal 333 244 370 14 42 0 3 427 126 121
Binary 11011011 10100100 11111000 1100 100010 0 11 100010111 1010110 1010001

Color Harmonies of #DBA4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4F8

Black with #DBA4F8

Text Example


Text Example

White with #DBA4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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