#D9B0FA

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

Shades of Mauve #D9B0FA

Tints of Mauve #D9B0FA

Color information

#D9B0FA (or 0xD9B0FA) is unknown color: approx Mauve. HEX triplet: D9, B0 and FA. RGB value is (217,176,250). Sum of RGB (Red+Green+Blue) = 217+176+250=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B0FA is #264F05. Grayscale: #C4C4C4. Windows color (decimal): -2510598 or 16429273. OLE color: 16429273.

HSL color Cylindrical-coordinate representation of color #D9B0FA: hue angle of 273.24º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9B0FA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217176250-
CMYK0.130.3000.02
HSL273.24º88.1%83.53%-
HSV(B)273.24º29.6%98.04%-
XYZ61.452.797.38-
YUV196.7158.08142.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.75%
GREEN value IS 176 (69.14% from 255) = 27.37%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=33.75%
G=27.37%
B=38.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171762500.130.3000.02273.2488.183.53
HexD9B0FAD1E021115854
Octal331260372153602421130124
Binary11011001101100001111101011011111001010001000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B0FA; }

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

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

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

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

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

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

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

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