Html Css Color HEX #DBACF5 Mauve

📋 copy color: '#DBACF5'

red 219 ◦ green 172 ◦ blue 245

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

Shades of Mauve #DBACF5

Tints of Mauve #DBACF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.52%

R = 34.43%
G = 27.04%
B = 38.52%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBACF5 (or 0xDBACF5) is known color: Mauve. HEX triplet: DB, AC and F5. RGB value is (219,172,245). Sum of RGB (Red+Green+Blue) = 219+172+245=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACF5 is #24530A. Grayscale: #C2C2C2. Windows color (decimal): -2380555 or 16100571. OLE color: 16100571.

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

Color convert

RGB 219 172 245 -
CMYK 0.11 0.30 0 0.04
HSL 278.63º 0.78% 0.82% -
HSV(B) 278.63º 0.3% 0.96% -
XYZ 60.45 51.16 93.07 -
YUV 194.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 219 172 245 0.11 0.30 0 0.04 278.63 0.78 0.82
Hex DB AC F5 B 1E 0 4 117 4E 52
Octal 333 254 365 13 36 0 4 427 116 122
Binary 11011011 10101100 11110101 1011 11110 0 100 100010111 1001110 1010010

Color Harmonies of #DBACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACF5

Black with #DBACF5

Text Example


Text Example

White with #DBACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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