Html Css Color HEX #DBAAFA Mauve

📋 copy color: '#DBAAFA'

red 219 ◦ green 170 ◦ blue 250

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

Shades of Mauve #DBAAFA

Tints of Mauve #DBAAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.6%

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

R = 34.27%
G = 26.6%
B = 39.12%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBAAFA (or 0xDBAAFA) is known color: Mauve. HEX triplet: DB, AA and FA. RGB value is (219,170,250). Sum of RGB (Red+Green+Blue) = 219+170+250=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAFA is #245505. Grayscale: #C1C1C1. Windows color (decimal): -2381062 or 16427739. OLE color: 16427739.

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

Color convert

RGB 219 170 250 -
CMYK 0.12 0.32 0 0.02
HSL 276.75º 0.89% 0.82% -
HSV(B) 276.75º 0.32% 0.98% -
XYZ 60.84 50.71 97.02 -
YUV 193.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 219 170 250 0.12 0.32 0 0.02 276.75 0.89 0.82
Hex DB AA FA C 20 0 2 115 59 52
Octal 333 252 372 14 40 0 2 425 131 122
Binary 11011011 10101010 11111010 1100 100000 0 10 100010101 1011001 1010010

Color Harmonies of #DBAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAFA

Black with #DBAAFA

Text Example


Text Example

White with #DBAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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