#D9B4F3

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

Shades of Mauve #D9B4F3

Tints of Mauve #D9B4F3

Color information

#D9B4F3 (or 0xD9B4F3) is unknown color: approx Mauve. HEX triplet: D9, B4 and F3. RGB value is (217,180,243). Sum of RGB (Red+Green+Blue) = 217+180+243=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9B4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B4F3 is #264B0C. Grayscale: #C6C6C6. Windows color (decimal): -2509581 or 15971545. OLE color: 15971545.

HSL color Cylindrical-coordinate representation of color #D9B4F3: hue angle of 275.24º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9B4F3 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217180243-
CMYK0.110.2600.05
HSL275.24º72.41%82.94%-
HSV(B)275.24º25.93%95.29%-
XYZ61.1153.8791.97-
YUV198.24153.26141.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 180 (70.70% from 255) = 28.12%
BLUE value IS 243 (95.31% from 255) = 37.97%
R=33.91%
G=28.12%
B=37.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171802430.110.2600.05275.2472.4182.94
HexD9B4F3B1A051134853
Octal331264363133205423110123
Binary110110011011010011110011101111010010110001001110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B4F3; }

 p { color: rgb(217,180,243); }

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

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

 a { background-color: rgb(217,180,243); }

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

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

 span { border-color: rgb(217,180,243); }

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