Html Css Color HEX #DBA8FE Mauve

📋 copy color: '#DBA8FE'

red 219 ◦ green 168 ◦ blue 254

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

Shades of Mauve #DBA8FE

Tints of Mauve #DBA8FE

RGB

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

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

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

R = 34.17%
G = 26.21%
B = 39.63%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBA8FE (or 0xDBA8FE) is known color: Mauve. HEX triplet: DB, A8 and FE. RGB value is (219,168,254). Sum of RGB (Red+Green+Blue) = 219+168+254=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8FE is #245701. Grayscale: #C0C0C0. Windows color (decimal): -2381570 or 16689371. OLE color: 16689371.

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

Color convert

RGB 219 168 254 -
CMYK 0.14 0.34 0 0.00
HSL 275.58º 0.98% 0.83% -
HSV(B) 275.58º 0.34% 1% -
XYZ 61.11 50.22 100.24 -
YUV 193.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 219 168 254 0.14 0.34 0 0.00 275.58 0.98 0.83
Hex DB A8 FE E 22 0 0 114 62 53
Octal 333 250 376 16 42 0 0 424 142 123
Binary 11011011 10101000 11111110 1110 100010 0 0 100010100 1100010 1010011

Color Harmonies of #DBA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8FE

Black with #DBA8FE

Text Example


Text Example

White with #DBA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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