Html Css Color HEX #D1ABF8 Mauve

📋 copy color: '#D1ABF8'

red 209 ◦ green 171 ◦ blue 248

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

Shades of Mauve #D1ABF8

Tints of Mauve #D1ABF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.49%

R = 33.28%
G = 27.23%
B = 39.49%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D1ABF8 (or 0xD1ABF8) is known color: Mauve. HEX triplet: D1, AB and F8. RGB value is (209,171,248). Sum of RGB (Red+Green+Blue) = 209+171+248=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: blue. Hex color #D1ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABF8 is #2E5407. Grayscale: #BEBEBE. Windows color (decimal): -3036168 or 16296913. OLE color: 16296913.

HSL color Cylindrical-coordinate representation of color #D1ABF8: hue angle of 269.61º degrees, saturation: 0.85, 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 #D1ABF8 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 209 171 248 -
CMYK 0.16 0.31 0 0.03
HSL 269.61º 0.85% 0.82% -
HSV(B) 269.61º 0.31% 0.97% -
XYZ 57.8 49.46 95.31 -
YUV 191.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 209 171 248 0.16 0.31 0 0.03 269.61 0.85 0.82
Hex D1 AB F8 10 1F 0 3 10E 55 52
Octal 321 253 370 20 37 0 3 416 125 122
Binary 11010001 10101011 11111000 10000 11111 0 11 100001110 1010101 1010010

Color Harmonies of #D1ABF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABF8

Black with #D1ABF8

Text Example


Text Example

White with #D1ABF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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