Html Css Color HEX #DBB4FA Mauve

📋 copy color: '#DBB4FA'

red 219 ◦ green 180 ◦ blue 250

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

Shades of Mauve #DBB4FA

Tints of Mauve #DBB4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.73%

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

R = 33.74%
G = 27.73%
B = 38.52%

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

#DBB4FA (or 0xDBB4FA) is known color: Mauve. HEX triplet: DB, B4 and FA. RGB value is (219,180,250). Sum of RGB (Red+Green+Blue) = 219+180+250=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 180 (70.70% from 255 or 27.73% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4FA is #244B05. Grayscale: #C7C7C7. Windows color (decimal): -2378502 or 16430299. OLE color: 16430299.

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

Color convert

RGB 219 180 250 -
CMYK 0.12 0.28 0 0.02
HSL 273.43º 0.88% 0.84% -
HSV(B) 273.43º 0.28% 0.98% -
XYZ 62.79 54.6 97.67 -
YUV 199.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 219 180 250 0.12 0.28 0 0.02 273.43 0.88 0.84
Hex DB B4 FA C 1C 0 2 111 58 54
Octal 333 264 372 14 34 0 2 421 130 124
Binary 11011011 10110100 11111010 1100 11100 0 10 100010001 1011000 1010100

Color Harmonies of #DBB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4FA

Black with #DBB4FA

Text Example


Text Example

White with #DBB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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