#D9B1FF

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

Shades of Mauve #D9B1FF

Tints of Mauve #D9B1FF

Color information

#D9B1FF (or 0xD9B1FF) is unknown color: approx Mauve. HEX triplet: D9, B1 and FF. RGB value is (217,177,255). Sum of RGB (Red+Green+Blue) = 217+177+255=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9B1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B1FF is #264E00. Grayscale: #C5C5C5. Windows color (decimal): -2510337 or 16757209. OLE color: 16757209.

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

Color convert

RGB217177255-
CMYK0.150.3100
HSL270.77º100%84.71%-
HSV(B)270.77º30.59%100%-
XYZ62.3953.42101.63-
YUV197.85160.25141.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.44%
GREEN value IS 177 (69.53% from 255) = 27.27%
BLUE value IS 255 (100% from 255) = 39.29%
R=33.44%
G=27.27%
B=39.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171772550.150.3100270.7710084.71
HexD9B1FFF1F0010f6455
Octal331261377173700417144125
Binary1101100110110001111111111111111110010000111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1FF; }

 p { color: rgb(217,177,255); }

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

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

 a { background-color: rgb(217,177,255); }

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

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

 span { border-color: rgb(217,177,255); }

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