#D9B0F1

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

Shades of Mauve #D9B0F1

Tints of Mauve #D9B0F1

Color information

#D9B0F1 (or 0xD9B0F1) is unknown color: approx Mauve. HEX triplet: D9, B0 and F1. RGB value is (217,176,241). Sum of RGB (Red+Green+Blue) = 217+176+241=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9B0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B0F1 is #264F0E. Grayscale: #C3C3C3. Windows color (decimal): -2510607 or 15839449. OLE color: 15839449.

HSL color Cylindrical-coordinate representation of color #D9B0F1: hue angle of 277.85º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9B0F1 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217176241-
CMYK0.100.2700.05
HSL277.85º69.89%81.76%-
HSV(B)277.85º26.97%94.51%-
XYZ60.0252.1590.12-
YUV195.67153.58143.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 176 (69.14% from 255) = 27.76%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=34.23%
G=27.76%
B=38.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171762410.100.2700.05277.8569.8981.76
HexD9B0F1A1B051164652
Octal331260361123305426106122
Binary110110011011000011110001101011011010110001011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B0F1; }

 p { color: rgb(217,176,241); }

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

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

 a { background-color: rgb(217,176,241); }

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

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

 span { border-color: rgb(217,176,241); }

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