Html Css Color HEX #DBA8EF Mauve

📋 copy color: '#DBA8EF'

red 219 ◦ green 168 ◦ blue 239

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

Shades of Mauve #DBA8EF

Tints of Mauve #DBA8EF

RGB

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

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

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

R = 34.98%
G = 26.84%
B = 38.18%

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

#DBA8EF (or 0xDBA8EF) is known color: Mauve. HEX triplet: DB, A8 and EF. RGB value is (219,168,239). Sum of RGB (Red+Green+Blue) = 219+168+239=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8EF is #245710. Grayscale: #BFBFBF. Windows color (decimal): -2381585 or 15706331. OLE color: 15706331.

HSL color Cylindrical-coordinate representation of color #DBA8EF: hue angle of 283.1º 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 #DBA8EF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 168 239 -
CMYK 0.08 0.30 0 0.06
HSL 283.1º 0.69% 0.8% -
HSV(B) 283.1º 0.3% 0.94% -
XYZ 58.8 49.3 88.08 -
YUV 191.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 219 168 239 0.08 0.30 0 0.06 283.1 0.69 0.8
Hex DB A8 EF 8 1E 0 6 11B 45 50
Octal 333 250 357 10 36 0 6 433 105 120
Binary 11011011 10101000 11101111 1000 11110 0 110 100011011 1000101 1010000

Color Harmonies of #DBA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8EF

Black with #DBA8EF

Text Example


Text Example

White with #DBA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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