#D1AEFB

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

Shades of Mauve #D1AEFB

Tints of Mauve #D1AEFB

Color information

#D1AEFB (or 0xD1AEFB) is unknown color: approx Mauve. HEX triplet: D1, AE and FB. RGB value is (209,174,251). Sum of RGB (Red+Green+Blue) = 209+174+251=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEFB is #2E5104. Grayscale: #C0C0C0. Windows color (decimal): -3035397 or 16494289. OLE color: 16494289.

HSL color Cylindrical-coordinate representation of color #D1AEFB: hue angle of 267.27º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1AEFB is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209174251-
CMYK0.170.3100.02
HSL267.27º90.59%83.33%-
HSV(B)267.27º30.68%98.43%-
XYZ58.8450.7997.97-
YUV193.24160.6139.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.97%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=32.97%
G=27.44%
B=39.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091742510.170.3100.02267.2790.5983.33
HexD1AEFB111F0210b5b53
Octal321256373213702413133123
Binary110100011010111011111011100011111101010000101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEFB; }

 p { color: rgb(209,174,251); }

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

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

 a { background-color: rgb(209,174,251); }

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

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

 span { border-color: rgb(209,174,251); }

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