Html Css Color HEX #DBA7FF Mauve

📋 copy color: '#DBA7FF'

red 219 ◦ green 167 ◦ blue 255

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

Shades of Mauve #DBA7FF

Tints of Mauve #DBA7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.78%

R = 34.17%
G = 26.05%
B = 39.78%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBA7FF (or 0xDBA7FF) is known color: Mauve. HEX triplet: DB, A7 and FF. RGB value is (219,167,255). Sum of RGB (Red+Green+Blue) = 219+167+255=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7FF is #245800. Grayscale: #C0C0C0. Windows color (decimal): -2381825 or 16754651. OLE color: 16754651.

HSL color Cylindrical-coordinate representation of color #DBA7FF: hue angle of 275.45º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA7FF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 167 255 -
CMYK 0.14 0.35 0 0
HSL 275.45º 1% 0.83% -
HSV(B) 275.45º 0.35% 1% -
XYZ 61.08 49.92 101.02 -
YUV 192.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 219 167 255 0.14 0.35 0 0 275.45 1 0.83
Hex DB A7 FF E 23 0 0 113 64 53
Octal 333 247 377 16 43 0 0 423 144 123
Binary 11011011 10100111 11111111 1110 100011 0 0 100010011 1100100 1010011

Color Harmonies of #DBA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA7FF

Black with #DBA7FF

Text Example


Text Example

White with #DBA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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