Html Css Color HEX #DBABF1 Mauve

📋 copy color: '#DBABF1'

red 219 ◦ green 171 ◦ blue 241

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

Shades of Mauve #DBABF1

Tints of Mauve #DBABF1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.1%

 BLUE value IS 241 (94.53% from 255) = 38.19%

R = 34.71%
G = 27.1%
B = 38.19%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBABF1 (or 0xDBABF1) is known color: Mauve. HEX triplet: DB, AB and F1. RGB value is (219,171,241). Sum of RGB (Red+Green+Blue) = 219+171+241=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF1 is #24540E. Grayscale: #C1C1C1. Windows color (decimal): -2380815 or 15838171. OLE color: 15838171.

HSL color Cylindrical-coordinate representation of color #DBABF1: hue angle of 281.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBABF1 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 171 241 -
CMYK 0.09 0.29 0 0.05
HSL 281.14º 0.71% 0.81% -
HSV(B) 281.14º 0.29% 0.95% -
XYZ 59.65 50.54 89.83 -
YUV 193.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 219 171 241 0.09 0.29 0 0.05 281.14 0.71 0.81
Hex DB AB F1 9 1D 0 5 119 47 51
Octal 333 253 361 11 35 0 5 431 107 121
Binary 11011011 10101011 11110001 1001 11101 0 101 100011001 1000111 1010001

Color Harmonies of #DBABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABF1

Black with #DBABF1

Text Example


Text Example

White with #DBABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABF1; }

 p { color: rgb(219,171,241); }

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

background-color css

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

 a { background-color: rgb(219,171,241); }

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

border-color css

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

 span { border-color: rgb(219,171,241); }

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