Html Css Color HEX #DBACF1 Mauve

📋 copy color: '#DBACF1'

red 219 ◦ green 172 ◦ blue 241

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

Shades of Mauve #DBACF1

Tints of Mauve #DBACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.13%

R = 34.65%
G = 27.22%
B = 38.13%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBACF1 (or 0xDBACF1) is known color: Mauve. HEX triplet: DB, AC and F1. RGB value is (219,172,241). Sum of RGB (Red+Green+Blue) = 219+172+241=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACF1 is #24530E. Grayscale: #C1C1C1. Windows color (decimal): -2380559 or 15838427. OLE color: 15838427.

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

Color convert

RGB 219 172 241 -
CMYK 0.09 0.29 0 0.05
HSL 280.87º 0.71% 0.81% -
HSV(B) 280.87º 0.29% 0.95% -
XYZ 59.84 50.92 89.89 -
YUV 193.92 154.57 145.89 -
System Red Green Blue C M Y K H S L
Decimal 219 172 241 0.09 0.29 0 0.05 280.87 0.71 0.81
Hex DB AC F1 9 1D 0 5 119 47 51
Octal 333 254 361 11 35 0 5 431 107 121
Binary 11011011 10101100 11110001 1001 11101 0 101 100011001 1000111 1010001

Color Harmonies of #DBACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACF1

Black with #DBACF1

Text Example


Text Example

White with #DBACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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