#D1B0F5

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

Shades of Mauve #D1B0F5

Tints of Mauve #D1B0F5

Color information

#D1B0F5 (or 0xD1B0F5) is unknown color: approx Mauve. HEX triplet: D1, B0 and F5. RGB value is (209,176,245). Sum of RGB (Red+Green+Blue) = 209+176+245=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1B0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B0F5 is #2E4F0A. Grayscale: #C1C1C1. Windows color (decimal): -3034891 or 16101585. OLE color: 16101585.

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

Color convert

RGB209176245-
CMYK0.150.2800.04
HSL268.7º77.53%82.55%-
HSV(B)268.7º28.16%96.08%-
XYZ58.351.293.2-
YUV193.73156.93138.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.17%
GREEN value IS 176 (69.14% from 255) = 27.94%
BLUE value IS 245 (96.09% from 255) = 38.89%
R=33.17%
G=27.94%
B=38.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2091762450.150.2800.04268.777.5382.55
HexD1B0F5F1C0410d4e53
Octal321260365173404415116123
Binary110100011011000011110101111111100010010000110110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B0F5; }

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

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

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

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

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

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

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

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