#D1A8FF

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

Shades of Mauve #D1A8FF

Tints of Mauve #D1A8FF

Color information

#D1A8FF (or 0xD1A8FF) is unknown color: approx Mauve. HEX triplet: D1, A8 and FF. RGB value is (209,168,255). Sum of RGB (Red+Green+Blue) = 209+168+255=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A8FF is #2E5700. Grayscale: #BDBDBD. Windows color (decimal): -3036929 or 16754897. OLE color: 16754897.

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

Color convert

RGB209168255-
CMYK0.180.3400
HSL268.28º100%82.94%-
HSV(B)268.28º34.12%100%-
XYZ58.3548.78100.95-
YUV190.18164.58141.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.07%
GREEN value IS 168 (66.02% from 255) = 26.58%
BLUE value IS 255 (100% from 255) = 40.35%
R=33.07%
G=26.58%
B=40.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091682550.180.3400268.2810082.94
HexD1A8FF12220010c6453
Octal321250377224200414144123
Binary110100011010100011111111100101000100010000110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A8FF; }

 p { color: rgb(209,168,255); }

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

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

 a { background-color: rgb(209,168,255); }

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

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

 span { border-color: rgb(209,168,255); }

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