Html Css Color HEX #DBAFF6 Mauve

📋 copy color: '#DBAFF6'

red 219 ◦ green 175 ◦ blue 246

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

Shades of Mauve #DBAFF6

Tints of Mauve #DBAFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.44%

R = 34.22%
G = 27.34%
B = 38.44%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBAFF6 (or 0xDBAFF6) is known color: Mauve. HEX triplet: DB, AF and F6. RGB value is (219,175,246). Sum of RGB (Red+Green+Blue) = 219+175+246=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFF6 is #245009. Grayscale: #C4C4C4. Windows color (decimal): -2379786 or 16166875. OLE color: 16166875.

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

Color convert

RGB 219 175 246 -
CMYK 0.11 0.29 0 0.04
HSL 277.18º 0.8% 0.83% -
HSV(B) 277.18º 0.29% 0.96% -
XYZ 61.18 52.37 94.07 -
YUV 196.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 219 175 246 0.11 0.29 0 0.04 277.18 0.8 0.83
Hex DB AF F6 B 1D 0 4 115 50 53
Octal 333 257 366 13 35 0 4 425 120 123
Binary 11011011 10101111 11110110 1011 11101 0 100 100010101 1010000 1010011

Color Harmonies of #DBAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFF6

Black with #DBAFF6

Text Example


Text Example

White with #DBAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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