Html Css Color HEX #D1ABF6 Mauve

📋 copy color: '#D1ABF6'

red 209 ◦ green 171 ◦ blue 246

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

Shades of Mauve #D1ABF6

Tints of Mauve #D1ABF6

RGB

 RED value IS 209 (82.03% from 255) = 33.39%

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

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

R = 33.39%
G = 27.32%
B = 39.3%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1ABF6 (or 0xD1ABF6) is known color: Mauve. HEX triplet: D1, AB and F6. RGB value is (209,171,246). Sum of RGB (Red+Green+Blue) = 209+171+246=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABF6 is #2E5409. Grayscale: #BEBEBE. Windows color (decimal): -3036170 or 16165841. OLE color: 16165841.

HSL color Cylindrical-coordinate representation of color #D1ABF6: hue angle of 270.4º 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 #D1ABF6 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 171 246 -
CMYK 0.15 0.30 0 0.04
HSL 270.4º 0.81% 0.82% -
HSV(B) 270.4º 0.3% 0.96% -
XYZ 57.49 49.33 93.68 -
YUV 190.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 209 171 246 0.15 0.30 0 0.04 270.4 0.81 0.82
Hex D1 AB F6 F 1E 0 4 10E 51 52
Octal 321 253 366 17 36 0 4 416 121 122
Binary 11010001 10101011 11110110 1111 11110 0 100 100001110 1010001 1010010

Color Harmonies of #D1ABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABF6

Black with #D1ABF6

Text Example


Text Example

White with #D1ABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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