Html Css Color HEX #DBACFC Mauve

📋 copy color: '#DBACFC'

red 219 ◦ green 172 ◦ blue 252

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

Shades of Mauve #DBACFC

Tints of Mauve #DBACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.19%

R = 34.06%
G = 26.75%
B = 39.19%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBACFC (or 0xDBACFC) is known color: Mauve. HEX triplet: DB, AC and FC. RGB value is (219,172,252). Sum of RGB (Red+Green+Blue) = 219+172+252=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACFC is #245303. Grayscale: #C2C2C2. Windows color (decimal): -2380548 or 16559323. OLE color: 16559323.

HSL color Cylindrical-coordinate representation of color #DBACFC: hue angle of 275.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBACFC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 172 252 -
CMYK 0.13 0.32 0 0.01
HSL 275.25º 0.93% 0.83% -
HSV(B) 275.25º 0.32% 0.99% -
XYZ 61.54 51.59 98.81 -
YUV 195.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 219 172 252 0.13 0.32 0 0.01 275.25 0.93 0.83
Hex DB AC FC D 20 0 1 113 5D 53
Octal 333 254 374 15 40 0 1 423 135 123
Binary 11011011 10101100 11111100 1101 100000 0 1 100010011 1011101 1010011

Color Harmonies of #DBACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACFC

Black with #DBACFC

Text Example


Text Example

White with #DBACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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