Html Css Color HEX #DBB3FA Mauve

📋 copy color: '#DBB3FA'

red 219 ◦ green 179 ◦ blue 250

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

Shades of Mauve #DBB3FA

Tints of Mauve #DBB3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.62%

 BLUE value IS 250 (98.05% from 255) = 38.58%

R = 33.8%
G = 27.62%
B = 38.58%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBB3FA (or 0xDBB3FA) is known color: Mauve. HEX triplet: DB, B3 and FA. RGB value is (219,179,250). Sum of RGB (Red+Green+Blue) = 219+179+250=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3FA is #244C05. Grayscale: #C6C6C6. Windows color (decimal): -2378758 or 16430043. OLE color: 16430043.

HSL color Cylindrical-coordinate representation of color #DBB3FA: hue angle of 273.8º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB3FA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 179 250 -
CMYK 0.12 0.28 0 0.02
HSL 273.8º 0.88% 0.84% -
HSV(B) 273.8º 0.28% 0.98% -
XYZ 62.59 54.2 97.61 -
YUV 199.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 219 179 250 0.12 0.28 0 0.02 273.8 0.88 0.84
Hex DB B3 FA C 1C 0 2 112 58 54
Octal 333 263 372 14 34 0 2 422 130 124
Binary 11011011 10110011 11111010 1100 11100 0 10 100010010 1011000 1010100

Color Harmonies of #DBB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3FA

Black with #DBB3FA

Text Example


Text Example

White with #DBB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3FA; }

 p { color: rgb(219,179,250); }

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

background-color css

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

 a { background-color: rgb(219,179,250); }

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

border-color css

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

 span { border-color: rgb(219,179,250); }

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