#D1AAFE

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

Shades of Mauve #D1AAFE

Tints of Mauve #D1AAFE

Color information

#D1AAFE (or 0xD1AAFE) is unknown color: approx Mauve. HEX triplet: D1, AA and FE. RGB value is (209,170,254). Sum of RGB (Red+Green+Blue) = 209+170+254=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAFE is #2E5501. Grayscale: #BEBEBE. Windows color (decimal): -3036418 or 16689873. OLE color: 16689873.

HSL color Cylindrical-coordinate representation of color #D1AAFE: hue angle of 267.86º 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 #D1AAFE is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB209170254-
CMYK0.180.3300.00
HSL267.86º97.67%83.14%-
HSV(B)267.86º33.07%99.61%-
XYZ58.5649.46100.23-
YUV191.24163.42140.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.02%
GREEN value IS 170 (66.80% from 255) = 26.86%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=33.02%
G=26.86%
B=40.13%

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
Decimal2091702540.180.3300.00267.8697.6783.14
HexD1AAFE12210010c6253
Octal321252376224100414142123
Binary110100011010101011111110100101000010010000110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAFE; }

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

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

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

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

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

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

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

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