Html Css Color HEX #DBA6FE Mauve

📋 copy color: '#DBA6FE'

red 219 ◦ green 166 ◦ blue 254

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

Shades of Mauve #DBA6FE

Tints of Mauve #DBA6FE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.98%

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 34.27%
G = 25.98%
B = 39.75%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBA6FE (or 0xDBA6FE) is known color: Mauve. HEX triplet: DB, A6 and FE. RGB value is (219,166,254). Sum of RGB (Red+Green+Blue) = 219+166+254=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA6FE is #245901. Grayscale: #BFBFBF. Windows color (decimal): -2382082 or 16688859. OLE color: 16688859.

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

Color convert

RGB 219 166 254 -
CMYK 0.14 0.35 0 0.00
HSL 276.14º 0.98% 0.82% -
HSV(B) 276.14º 0.35% 1% -
XYZ 60.74 49.49 100.12 -
YUV 191.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 219 166 254 0.14 0.35 0 0.00 276.14 0.98 0.82
Hex DB A6 FE E 23 0 0 114 62 52
Octal 333 246 376 16 43 0 0 424 142 122
Binary 11011011 10100110 11111110 1110 100011 0 0 100010100 1100010 1010010

Color Harmonies of #DBA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6FE

Black with #DBA6FE

Text Example


Text Example

White with #DBA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6FE; }

 p { color: rgb(219,166,254); }

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

background-color css

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

 a { background-color: rgb(219,166,254); }

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

border-color css

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

 span { border-color: rgb(219,166,254); }

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