Html Css Color HEX #DBACF7 Mauve

📋 copy color: '#DBACF7'

red 219 ◦ green 172 ◦ blue 247

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

Shades of Mauve #DBACF7

Tints of Mauve #DBACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.96%

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

R = 34.33%
G = 26.96%
B = 38.71%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBACF7 (or 0xDBACF7) is known color: Mauve. HEX triplet: DB, AC and F7. RGB value is (219,172,247). Sum of RGB (Red+Green+Blue) = 219+172+247=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACF7 is #245308. Grayscale: #C2C2C2. Windows color (decimal): -2380553 or 16231643. OLE color: 16231643.

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

Color convert

RGB 219 172 247 -
CMYK 0.11 0.30 0 0.03
HSL 277.6º 0.82% 0.82% -
HSV(B) 277.6º 0.3% 0.97% -
XYZ 60.75 51.28 94.69 -
YUV 194.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 219 172 247 0.11 0.30 0 0.03 277.6 0.82 0.82
Hex DB AC F7 B 1E 0 3 116 52 52
Octal 333 254 367 13 36 0 3 426 122 122
Binary 11011011 10101100 11110111 1011 11110 0 11 100010110 1010010 1010010

Color Harmonies of #DBACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACF7

Black with #DBACF7

Text Example


Text Example

White with #DBACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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