Html Css Color HEX #DBACF0 Mauve

📋 copy color: '#DBACF0'

red 219 ◦ green 172 ◦ blue 240

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

Shades of Mauve #DBACF0

Tints of Mauve #DBACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.03%

R = 34.71%
G = 27.26%
B = 38.03%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBACF0 (or 0xDBACF0) is known color: Mauve. HEX triplet: DB, AC and F0. RGB value is (219,172,240). Sum of RGB (Red+Green+Blue) = 219+172+240=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACF0 is #24530F. Grayscale: #C1C1C1. Windows color (decimal): -2380560 or 15772891. OLE color: 15772891.

HSL color Cylindrical-coordinate representation of color #DBACF0: hue angle of 281.47º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBACF0 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 172 240 -
CMYK 0.09 0.28 0 0.06
HSL 281.47º 0.69% 0.81% -
HSV(B) 281.47º 0.28% 0.94% -
XYZ 59.69 50.86 89.11 -
YUV 193.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 219 172 240 0.09 0.28 0 0.06 281.47 0.69 0.81
Hex DB AC F0 9 1C 0 6 119 45 51
Octal 333 254 360 11 34 0 6 431 105 121
Binary 11011011 10101100 11110000 1001 11100 0 110 100011001 1000101 1010001

Color Harmonies of #DBACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACF0

Black with #DBACF0

Text Example


Text Example

White with #DBACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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