Html Css Color HEX #DBB3F9 Mauve

📋 copy color: '#DBB3F9'

red 219 ◦ green 179 ◦ blue 249

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

Shades of Mauve #DBB3F9

Tints of Mauve #DBB3F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.49%

R = 33.85%
G = 27.67%
B = 38.49%

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

#DBB3F9 (or 0xDBB3F9) is known color: Mauve. HEX triplet: DB, B3 and F9. RGB value is (219,179,249). Sum of RGB (Red+Green+Blue) = 219+179+249=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 179 (70.31% from 255 or 27.67% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBB3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3F9 is #244C06. Grayscale: #C6C6C6. Windows color (decimal): -2378759 or 16364507. OLE color: 16364507.

HSL color Cylindrical-coordinate representation of color #DBB3F9: hue angle of 274.29º degrees, saturation: 0.85, 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 #DBB3F9 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 179 249 -
CMYK 0.12 0.28 0 0.02
HSL 274.29º 0.85% 0.84% -
HSV(B) 274.29º 0.28% 0.98% -
XYZ 62.43 54.14 96.78 -
YUV 198.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 219 179 249 0.12 0.28 0 0.02 274.29 0.85 0.84
Hex DB B3 F9 C 1C 0 2 112 55 54
Octal 333 263 371 14 34 0 2 422 125 124
Binary 11011011 10110011 11111001 1100 11100 0 10 100010010 1010101 1010100

Color Harmonies of #DBB3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3F9

Black with #DBB3F9

Text Example


Text Example

White with #DBB3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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