Html Css Color HEX #DBABF3 Mauve

📋 copy color: '#DBABF3'

red 219 ◦ green 171 ◦ blue 243

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

Shades of Mauve #DBABF3

Tints of Mauve #DBABF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.39%

R = 34.6%
G = 27.01%
B = 38.39%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBABF3 (or 0xDBABF3) is known color: Mauve. HEX triplet: DB, AB and F3. RGB value is (219,171,243). Sum of RGB (Red+Green+Blue) = 219+171+243=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF3 is #24540C. Grayscale: #C1C1C1. Windows color (decimal): -2380813 or 15969243. OLE color: 15969243.

HSL color Cylindrical-coordinate representation of color #DBABF3: hue angle of 280º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBABF3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 171 243 -
CMYK 0.10 0.30 0 0.05
HSL 280º 0.75% 0.81% -
HSV(B) 280º 0.3% 0.95% -
XYZ 59.95 50.66 91.41 -
YUV 193.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 219 171 243 0.10 0.30 0 0.05 280 0.75 0.81
Hex DB AB F3 A 1E 0 5 118 4B 51
Octal 333 253 363 12 36 0 5 430 113 121
Binary 11011011 10101011 11110011 1010 11110 0 101 100011000 1001011 1010001

Color Harmonies of #DBABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABF3

Black with #DBABF3

Text Example


Text Example

White with #DBABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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