#D1AEFE

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

Shades of Mauve #D1AEFE

Tints of Mauve #D1AEFE

Color information

#D1AEFE (or 0xD1AEFE) is unknown color: approx Mauve. HEX triplet: D1, AE and FE. RGB value is (209,174,254). Sum of RGB (Red+Green+Blue) = 209+174+254=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEFE is #2E5101. Grayscale: #C1C1C1. Windows color (decimal): -3035394 or 16690897. OLE color: 16690897.

HSL color Cylindrical-coordinate representation of color #D1AEFE: hue angle of 266.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1AEFE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB209174254-
CMYK0.180.3100.00
HSL266.25º97.56%83.92%-
HSV(B)266.25º31.5%99.61%-
XYZ59.3250.98100.48-
YUV193.58162.1139-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.81%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=32.81%
G=27.32%
B=39.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091742540.180.3100.00266.2597.5683.92
HexD1AEFE121F0010a6254
Octal321256376223700412142124
Binary11010001101011101111111010010111110010000101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEFE; }

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

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

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

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

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

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

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

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