Html Css Color HEX #DBA7EF Mauve

📋 copy color: '#DBA7EF'

red 219 ◦ green 167 ◦ blue 239

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

Shades of Mauve #DBA7EF

Tints of Mauve #DBA7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.24%

R = 35.04%
G = 26.72%
B = 38.24%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBA7EF (or 0xDBA7EF) is known color: Mauve. HEX triplet: DB, A7 and EF. RGB value is (219,167,239). Sum of RGB (Red+Green+Blue) = 219+167+239=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBA7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7EF is #245810. Grayscale: #BEBEBE. Windows color (decimal): -2381841 or 15706075. OLE color: 15706075.

HSL color Cylindrical-coordinate representation of color #DBA7EF: hue angle of 283.33º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA7EF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 167 239 -
CMYK 0.08 0.30 0 0.06
HSL 283.33º 0.69% 0.8% -
HSV(B) 283.33º 0.3% 0.94% -
XYZ 58.61 48.93 88.02 -
YUV 190.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 219 167 239 0.08 0.30 0 0.06 283.33 0.69 0.8
Hex DB A7 EF 8 1E 0 6 11B 45 50
Octal 333 247 357 10 36 0 6 433 105 120
Binary 11011011 10100111 11101111 1000 11110 0 110 100011011 1000101 1010000

Color Harmonies of #DBA7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA7EF

Black with #DBA7EF

Text Example


Text Example

White with #DBA7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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