Html Css Color HEX #DBAAF7 Mauve

📋 copy color: '#DBAAF7'

red 219 ◦ green 170 ◦ blue 247

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

Shades of Mauve #DBAAF7

Tints of Mauve #DBAAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.84%

R = 34.43%
G = 26.73%
B = 38.84%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBAAF7 (or 0xDBAAF7) is known color: Mauve. HEX triplet: DB, AA and F7. RGB value is (219,170,247). Sum of RGB (Red+Green+Blue) = 219+170+247=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBAAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAF7 is #245508. Grayscale: #C1C1C1. Windows color (decimal): -2381065 or 16231131. OLE color: 16231131.

HSL color Cylindrical-coordinate representation of color #DBAAF7: hue angle of 278.18º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBAAF7 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 170 247 -
CMYK 0.11 0.31 0 0.03
HSL 278.18º 0.83% 0.82% -
HSV(B) 278.18º 0.31% 0.97% -
XYZ 60.38 50.52 94.57 -
YUV 193.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 219 170 247 0.11 0.31 0 0.03 278.18 0.83 0.82
Hex DB AA F7 B 1F 0 3 116 53 52
Octal 333 252 367 13 37 0 3 426 123 122
Binary 11011011 10101010 11110111 1011 11111 0 11 100010110 1010011 1010010

Color Harmonies of #DBAAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAF7

Black with #DBAAF7

Text Example


Text Example

White with #DBAAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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