Html Css Color HEX #DBABF7 Mauve

📋 copy color: '#DBABF7'

red 219 ◦ green 171 ◦ blue 247

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

Shades of Mauve #DBABF7

Tints of Mauve #DBABF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.78%

R = 34.38%
G = 26.84%
B = 38.78%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBABF7 (or 0xDBABF7) is known color: Mauve. HEX triplet: DB, AB and F7. RGB value is (219,171,247). Sum of RGB (Red+Green+Blue) = 219+171+247=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF7 is #245408. Grayscale: #C1C1C1. Windows color (decimal): -2380809 or 16231387. OLE color: 16231387.

HSL color Cylindrical-coordinate representation of color #DBABF7: hue angle of 277.89º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBABF7 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 171 247 -
CMYK 0.11 0.31 0 0.03
HSL 277.89º 0.83% 0.82% -
HSV(B) 277.89º 0.31% 0.97% -
XYZ 60.56 50.9 94.63 -
YUV 194.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 219 171 247 0.11 0.31 0 0.03 277.89 0.83 0.82
Hex DB AB F7 B 1F 0 3 116 53 52
Octal 333 253 367 13 37 0 3 426 123 122
Binary 11011011 10101011 11110111 1011 11111 0 11 100010110 1010011 1010010

Color Harmonies of #DBABF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABF7

Black with #DBABF7

Text Example


Text Example

White with #DBABF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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