Html Css Color HEX #DBACF3 Mauve

📋 copy color: '#DBACF3'

red 219 ◦ green 172 ◦ blue 243

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

Shades of Mauve #DBACF3

Tints of Mauve #DBACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.33%

R = 34.54%
G = 27.13%
B = 38.33%

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

#DBACF3 (or 0xDBACF3) is known color: Mauve. HEX triplet: DB, AC and F3. RGB value is (219,172,243). Sum of RGB (Red+Green+Blue) = 219+172+243=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACF3 is #24530C. Grayscale: #C1C1C1. Windows color (decimal): -2380557 or 15969499. OLE color: 15969499.

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

Color convert

RGB 219 172 243 -
CMYK 0.10 0.29 0 0.05
HSL 279.72º 0.75% 0.81% -
HSV(B) 279.72º 0.29% 0.95% -
XYZ 60.14 51.04 91.48 -
YUV 194.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 219 172 243 0.10 0.29 0 0.05 279.72 0.75 0.81
Hex DB AC F3 A 1D 0 5 118 4B 51
Octal 333 254 363 12 35 0 5 430 113 121
Binary 11011011 10101100 11110011 1010 11101 0 101 100011000 1001011 1010001

Color Harmonies of #DBACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACF3

Black with #DBACF3

Text Example


Text Example

White with #DBACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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