#D1AEFA

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

Shades of Mauve #D1AEFA

Tints of Mauve #D1AEFA

Color information

#D1AEFA (or 0xD1AEFA) is unknown color: approx Mauve. HEX triplet: D1, AE and FA. RGB value is (209,174,250). Sum of RGB (Red+Green+Blue) = 209+174+250=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEFA is #2E5105. Grayscale: #C0C0C0. Windows color (decimal): -3035398 or 16428753. OLE color: 16428753.

HSL color Cylindrical-coordinate representation of color #D1AEFA: hue angle of 267.63º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1AEFA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209174250-
CMYK0.160.3000.02
HSL267.63º88.37%83.14%-
HSV(B)267.63º30.4%98.04%-
XYZ58.6950.7397.14-
YUV193.13160.1139.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.02%
GREEN value IS 174 (68.36% from 255) = 27.49%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=33.02%
G=27.49%
B=39.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091742500.160.3000.02267.6388.3783.14
HexD1AEFA101E0210c5853
Octal321256372203602414130123
Binary110100011010111011111010100001111001010000110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEFA; }

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

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

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

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

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

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

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

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