Html Css Color HEX #DBA8FA Mauve

📋 copy color: '#DBA8FA'

red 219 ◦ green 168 ◦ blue 250

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

Shades of Mauve #DBA8FA

Tints of Mauve #DBA8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.37%

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 34.38%
G = 26.37%
B = 39.25%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBA8FA (or 0xDBA8FA) is known color: Mauve. HEX triplet: DB, A8 and FA. RGB value is (219,168,250). Sum of RGB (Red+Green+Blue) = 219+168+250=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8FA is #245705. Grayscale: #C0C0C0. Windows color (decimal): -2381574 or 16427227. OLE color: 16427227.

HSL color Cylindrical-coordinate representation of color #DBA8FA: hue angle of 277.32º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA8FA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 168 250 -
CMYK 0.12 0.33 0 0.02
HSL 277.32º 0.89% 0.82% -
HSV(B) 277.32º 0.33% 0.98% -
XYZ 60.47 49.97 96.9 -
YUV 192.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 219 168 250 0.12 0.33 0 0.02 277.32 0.89 0.82
Hex DB A8 FA C 21 0 2 115 59 52
Octal 333 250 372 14 41 0 2 425 131 122
Binary 11011011 10101000 11111010 1100 100001 0 10 100010101 1011001 1010010

Color Harmonies of #DBA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8FA

Black with #DBA8FA

Text Example


Text Example

White with #DBA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8FA; }

 p { color: rgb(219,168,250); }

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

background-color css

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

 a { background-color: rgb(219,168,250); }

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

border-color css

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

 span { border-color: rgb(219,168,250); }

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