Html Css Color HEX #DBAFF7 Mauve

📋 copy color: '#DBAFF7'

red 219 ◦ green 175 ◦ blue 247

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

Shades of Mauve #DBAFF7

Tints of Mauve #DBAFF7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.3%

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

R = 34.17%
G = 27.3%
B = 38.53%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBAFF7 (or 0xDBAFF7) is known color: Mauve. HEX triplet: DB, AF and F7. RGB value is (219,175,247). Sum of RGB (Red+Green+Blue) = 219+175+247=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFF7 is #245008. Grayscale: #C4C4C4. Windows color (decimal): -2379785 or 16232411. OLE color: 16232411.

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

Color convert

RGB 219 175 247 -
CMYK 0.11 0.29 0 0.03
HSL 276.67º 0.82% 0.83% -
HSV(B) 276.67º 0.29% 0.97% -
XYZ 61.33 52.44 94.88 -
YUV 196.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 219 175 247 0.11 0.29 0 0.03 276.67 0.82 0.83
Hex DB AF F7 B 1D 0 3 115 52 53
Octal 333 257 367 13 35 0 3 425 122 123
Binary 11011011 10101111 11110111 1011 11101 0 11 100010101 1010010 1010011

Color Harmonies of #DBAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFF7

Black with #DBAFF7

Text Example


Text Example

White with #DBAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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