Html Css Color HEX #DBABF2 Mauve

📋 copy color: '#DBABF2'

red 219 ◦ green 171 ◦ blue 242

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

Shades of Mauve #DBABF2

Tints of Mauve #DBABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 34.65%
G = 27.06%
B = 38.29%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBABF2 (or 0xDBABF2) is known color: Mauve. HEX triplet: DB, AB and F2. RGB value is (219,171,242). Sum of RGB (Red+Green+Blue) = 219+171+242=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF2 is #24540D. Grayscale: #C1C1C1. Windows color (decimal): -2380814 or 15903707. OLE color: 15903707.

HSL color Cylindrical-coordinate representation of color #DBABF2: hue angle of 280.56º degrees, saturation: 0.73, 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 #DBABF2 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 171 242 -
CMYK 0.10 0.29 0 0.05
HSL 280.56º 0.73% 0.81% -
HSV(B) 280.56º 0.29% 0.95% -
XYZ 59.8 50.6 90.62 -
YUV 193.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 219 171 242 0.10 0.29 0 0.05 280.56 0.73 0.81
Hex DB AB F2 A 1D 0 5 119 49 51
Octal 333 253 362 12 35 0 5 431 111 121
Binary 11011011 10101011 11110010 1010 11101 0 101 100011001 1001001 1010001

Color Harmonies of #DBABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABF2

Black with #DBABF2

Text Example


Text Example

White with #DBABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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