#D1A9FE

Color #D1A9FE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D1A9FE

Tints of Mauve #D1A9FE

Color information

#D1A9FE (or 0xD1A9FE) is unknown color: approx Mauve. HEX triplet: D1, A9 and FE. RGB value is (209,169,254). Sum of RGB (Red+Green+Blue) = 209+169+254=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A9FE is #2E5601. Grayscale: #BEBEBE. Windows color (decimal): -3036674 or 16689617. OLE color: 16689617.

HSL color Cylindrical-coordinate representation of color #D1A9FE: hue angle of 268.24º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A9FE is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB209169254-
CMYK0.180.3300.00
HSL268.24º97.7%82.94%-
HSV(B)268.24º33.46%99.61%-
XYZ58.3749.09100.16-
YUV190.65163.75141.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.07%
GREEN value IS 169 (66.41% from 255) = 26.74%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=33.07%
G=26.74%
B=40.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091692540.180.3300.00268.2497.782.94
HexD1A9FE12210010c6253
Octal321251376224100414142123
Binary110100011010100111111110100101000010010000110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A9FE; }

 p { color: rgb(209,169,254); }

 H1.HeaderClassName
 {
   color: #D1A9FE;
 }
 .AnyTagClassName
 {
   color: #D1A9FE;
 }
</style>
background-color css

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

 a { background-color: rgb(209,169,254); }

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

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

 span { border-color: rgb(209,169,254); }

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