#D1AEFC

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

Shades of Mauve #D1AEFC

Tints of Mauve #D1AEFC

Color information

#D1AEFC (or 0xD1AEFC) is unknown color: approx Mauve. HEX triplet: D1, AE and FC. RGB value is (209,174,252). Sum of RGB (Red+Green+Blue) = 209+174+252=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEFC is #2E5103. Grayscale: #C1C1C1. Windows color (decimal): -3035396 or 16559825. OLE color: 16559825.

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

Color convert

RGB209174252-
CMYK0.170.3100.01
HSL266.92º92.86%83.53%-
HSV(B)266.92º30.95%98.82%-
XYZ5950.8698.8-
YUV193.36161.1139.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.91%
GREEN value IS 174 (68.36% from 255) = 27.40%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=32.91%
G=27.40%
B=39.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091742520.170.3100.01266.9292.8683.53
HexD1AEFC111F0110b5d54
Octal321256374213701413135124
Binary11010001101011101111110010001111110110000101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEFC; }

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

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

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

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

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

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

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

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