Html Css Color HEX #DBA2FE Mauve

📋 copy color: '#DBA2FE'

red 219 ◦ green 162 ◦ blue 254

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

Shades of Mauve #DBA2FE

Tints of Mauve #DBA2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.51%

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

R = 34.49%
G = 25.51%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBA2FE (or 0xDBA2FE) is known color: Mauve. HEX triplet: DB, A2 and FE. RGB value is (219,162,254). Sum of RGB (Red+Green+Blue) = 219+162+254=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2FE is #245D01. Grayscale: #BDBDBD. Windows color (decimal): -2383106 or 16687835. OLE color: 16687835.

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

Color convert

RGB 219 162 254 -
CMYK 0.14 0.36 0 0.00
HSL 277.17º 0.98% 0.82% -
HSV(B) 277.17º 0.36% 1% -
XYZ 60.02 48.06 99.88 -
YUV 189.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 219 162 254 0.14 0.36 0 0.00 277.17 0.98 0.82
Hex DB A2 FE E 24 0 0 115 62 52
Octal 333 242 376 16 44 0 0 425 142 122
Binary 11011011 10100010 11111110 1110 100100 0 0 100010101 1100010 1010010

Color Harmonies of #DBA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA2FE

Black with #DBA2FE

Text Example


Text Example

White with #DBA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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