#D1B0FE

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

Shades of Mauve #D1B0FE

Tints of Mauve #D1B0FE

Color information

#D1B0FE (or 0xD1B0FE) is unknown color: approx Mauve. HEX triplet: D1, B0 and FE. RGB value is (209,176,254). Sum of RGB (Red+Green+Blue) = 209+176+254=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B0FE is #2E4F01. Grayscale: #C2C2C2. Windows color (decimal): -3034882 or 16691409. OLE color: 16691409.

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

Color convert

RGB209176254-
CMYK0.180.3100.00
HSL265.38º97.5%84.31%-
HSV(B)265.38º30.71%99.61%-
XYZ59.7151.76100.61-
YUV194.76161.43138.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.71%
GREEN value IS 176 (69.14% from 255) = 27.54%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=32.71%
G=27.54%
B=39.75%

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
Decimal2091762540.180.3100.00265.3897.584.31
HexD1B0FE121F001096254
Octal321260376223700411142124
Binary11010001101100001111111010010111110010000100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B0FE; }

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

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

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

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

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

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

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

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