Html Css Color HEX #DBA9FF Mauve

📋 copy color: '#DBA9FF'

red 219 ◦ green 169 ◦ blue 255

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

Shades of Mauve #DBA9FF

Tints of Mauve #DBA9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.28%

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

R = 34.06%
G = 26.28%
B = 39.66%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBA9FF (or 0xDBA9FF) is known color: Mauve. HEX triplet: DB, A9 and FF. RGB value is (219,169,255). Sum of RGB (Red+Green+Blue) = 219+169+255=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9FF is #245600. Grayscale: #C1C1C1. Windows color (decimal): -2381313 or 16755163. OLE color: 16755163.

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

Color convert

RGB 219 169 255 -
CMYK 0.14 0.34 0 0
HSL 274.88º 1% 0.83% -
HSV(B) 274.88º 0.34% 1% -
XYZ 61.45 50.66 101.15 -
YUV 193.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 219 169 255 0.14 0.34 0 0 274.88 1 0.83
Hex DB A9 FF E 22 0 0 113 64 53
Octal 333 251 377 16 42 0 0 423 144 123
Binary 11011011 10101001 11111111 1110 100010 0 0 100010011 1100100 1010011

Color Harmonies of #DBA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9FF

Black with #DBA9FF

Text Example


Text Example

White with #DBA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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