Html Css Color HEX #D9ABF6 Mauve

📋 copy color: '#D9ABF6'

red 217 ◦ green 171 ◦ blue 246

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

Shades of Mauve #D9ABF6

Tints of Mauve #D9ABF6

RGB

 RED value IS 217 (85.16% from 255) = 34.23%

 GREEN value IS 171 (67.19% from 255) = 26.97%

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

R = 34.23%
G = 26.97%
B = 38.8%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D9ABF6 (or 0xD9ABF6) is known color: Mauve. HEX triplet: D9, AB and F6. RGB value is (217,171,246). Sum of RGB (Red+Green+Blue) = 217+171+246=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABF6 is #265409. Grayscale: #C1C1C1. Windows color (decimal): -2511882 or 16165849. OLE color: 16165849.

HSL color Cylindrical-coordinate representation of color #D9ABF6: hue angle of 276.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9ABF6 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 171 246 -
CMYK 0.12 0.30 0 0.04
HSL 276.8º 0.81% 0.82% -
HSV(B) 276.8º 0.3% 0.96% -
XYZ 59.81 50.53 93.79 -
YUV 193.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 217 171 246 0.12 0.30 0 0.04 276.8 0.81 0.82
Hex D9 AB F6 C 1E 0 4 115 51 52
Octal 331 253 366 14 36 0 4 425 121 122
Binary 11011001 10101011 11110110 1100 11110 0 100 100010101 1010001 1010010

Color Harmonies of #D9ABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABF6

Black with #D9ABF6

Text Example


Text Example

White with #D9ABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABF6; }

 p { color: rgb(217,171,246); }

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

background-color css

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

 a { background-color: rgb(217,171,246); }

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

border-color css

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

 span { border-color: rgb(217,171,246); }

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