Html Css Color HEX #DBACF8 Mauve

📋 copy color: '#DBACF8'

red 219 ◦ green 172 ◦ blue 248

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

Shades of Mauve #DBACF8

Tints of Mauve #DBACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.81%

R = 34.27%
G = 26.92%
B = 38.81%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBACF8 (or 0xDBACF8) is known color: Mauve. HEX triplet: DB, AC and F8. RGB value is (219,172,248). Sum of RGB (Red+Green+Blue) = 219+172+248=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACF8 is #245307. Grayscale: #C2C2C2. Windows color (decimal): -2380552 or 16297179. OLE color: 16297179.

HSL color Cylindrical-coordinate representation of color #DBACF8: hue angle of 277.11º degrees, saturation: 0.84, 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 #DBACF8 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 172 248 -
CMYK 0.12 0.31 0 0.03
HSL 277.11º 0.84% 0.82% -
HSV(B) 277.11º 0.31% 0.97% -
XYZ 60.91 51.34 95.51 -
YUV 194.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 219 172 248 0.12 0.31 0 0.03 277.11 0.84 0.82
Hex DB AC F8 C 1F 0 3 115 54 52
Octal 333 254 370 14 37 0 3 425 124 122
Binary 11011011 10101100 11111000 1100 11111 0 11 100010101 1010100 1010010

Color Harmonies of #DBACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACF8

Black with #DBACF8

Text Example


Text Example

White with #DBACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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