#D1AAFC

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

Shades of Mauve #D1AAFC

Tints of Mauve #D1AAFC

Color information

#D1AAFC (or 0xD1AAFC) is unknown color: approx Mauve. HEX triplet: D1, AA and FC. RGB value is (209,170,252). Sum of RGB (Red+Green+Blue) = 209+170+252=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAFC is #2E5503. Grayscale: #BEBEBE. Windows color (decimal): -3036420 or 16558801. OLE color: 16558801.

HSL color Cylindrical-coordinate representation of color #D1AAFC: hue angle of 268.54º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1AAFC is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209170252-
CMYK0.170.3300.01
HSL268.54º93.18%82.75%-
HSV(B)268.54º32.54%98.82%-
XYZ58.2449.3398.55-
YUV191.01162.42140.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.12%
GREEN value IS 170 (66.80% from 255) = 26.94%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=33.12%
G=26.94%
B=39.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091702520.170.3300.01268.5493.1882.75
HexD1AAFC11210110d5d53
Octal321252374214101415135123
Binary110100011010101011111100100011000010110000110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAFC; }

 p { color: rgb(209,170,252); }

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

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

 a { background-color: rgb(209,170,252); }

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

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

 span { border-color: rgb(209,170,252); }

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