#D1B4F6

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

Shades of Mauve #D1B4F6

Tints of Mauve #D1B4F6

Color information

#D1B4F6 (or 0xD1B4F6) is unknown color: approx Mauve. HEX triplet: D1, B4 and F6. RGB value is (209,180,246). Sum of RGB (Red+Green+Blue) = 209+180+246=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1B4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B4F6 is #2E4B09. Grayscale: #C3C3C3. Windows color (decimal): -3033866 or 16168145. OLE color: 16168145.

HSL color Cylindrical-coordinate representation of color #D1B4F6: hue angle of 266.36º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1B4F6 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209180246-
CMYK0.150.2700.04
HSL266.36º78.57%83.53%-
HSV(B)266.36º26.83%96.47%-
XYZ59.2552.8594.27-
YUV196.2156.11137.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.91%
GREEN value IS 180 (70.70% from 255) = 28.35%
BLUE value IS 246 (96.48% from 255) = 38.74%
R=32.91%
G=28.35%
B=38.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2091802460.150.2700.04266.3678.5783.53
HexD1B4F6F1B0410a4f54
Octal321264366173304412117124
Binary110100011011010011110110111111011010010000101010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B4F6; }

 p { color: rgb(209,180,246); }

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

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

 a { background-color: rgb(209,180,246); }

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

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

 span { border-color: rgb(209,180,246); }

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