Html Css Color HEX #DBACFA Mauve

📋 copy color: '#DBACFA'

red 219 ◦ green 172 ◦ blue 250

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

Shades of Mauve #DBACFA

Tints of Mauve #DBACFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39%

R = 34.17%
G = 26.83%
B = 39%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBACFA (or 0xDBACFA) is known color: Mauve. HEX triplet: DB, AC and FA. RGB value is (219,172,250). Sum of RGB (Red+Green+Blue) = 219+172+250=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACFA is #245305. Grayscale: #C2C2C2. Windows color (decimal): -2380550 or 16428251. OLE color: 16428251.

HSL color Cylindrical-coordinate representation of color #DBACFA: hue angle of 276.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBACFA is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 172 250 -
CMYK 0.12 0.31 0 0.02
HSL 276.15º 0.89% 0.83% -
HSV(B) 276.15º 0.31% 0.98% -
XYZ 61.22 51.47 97.15 -
YUV 194.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 219 172 250 0.12 0.31 0 0.02 276.15 0.89 0.83
Hex DB AC FA C 1F 0 2 114 59 53
Octal 333 254 372 14 37 0 2 424 131 123
Binary 11011011 10101100 11111010 1100 11111 0 10 100010100 1011001 1010011

Color Harmonies of #DBACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACFA

Black with #DBACFA

Text Example


Text Example

White with #DBACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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