#D1AFFE

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

Shades of Mauve #D1AFFE

Tints of Mauve #D1AFFE

Color information

#D1AFFE (or 0xD1AFFE) is unknown color: approx Mauve. HEX triplet: D1, AF and FE. RGB value is (209,175,254). Sum of RGB (Red+Green+Blue) = 209+175+254=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFFE is #2E5001. Grayscale: #C1C1C1. Windows color (decimal): -3035138 or 16691153. OLE color: 16691153.

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

Color convert

RGB209175254-
CMYK0.180.3100.00
HSL265.82º97.53%84.12%-
HSV(B)265.82º31.1%99.61%-
XYZ59.5151.37100.54-
YUV194.17161.76138.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.76%
GREEN value IS 175 (68.75% from 255) = 27.43%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=32.76%
G=27.43%
B=39.81%

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
Decimal2091752540.180.3100.00265.8297.5384.12
HexD1AFFE121F0010a6254
Octal321257376223700412142124
Binary11010001101011111111111010010111110010000101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFFE; }

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

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

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

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

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

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

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

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