#D4B4F1

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

Shades of Mauve #D4B4F1

Tints of Mauve #D4B4F1

Color information

#D4B4F1 (or 0xD4B4F1) is unknown color: approx Mauve. HEX triplet: D4, B4 and F1. RGB value is (212,180,241). Sum of RGB (Red+Green+Blue) = 212+180+241=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4B4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4F1 is #2B4B0E. Grayscale: #C4C4C4. Windows color (decimal): -2837263 or 15840468. OLE color: 15840468.

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

Color convert

RGB212180241-
CMYK0.120.2500.05
HSL271.48º68.54%82.55%-
HSV(B)271.48º25.31%94.51%-
XYZ59.3552.9990.32-
YUV196.52153.1139.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.49%
GREEN value IS 180 (70.70% from 255) = 28.44%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=33.49%
G=28.44%
B=38.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121802410.120.2500.05271.4868.5482.55
HexD4B4F1C190510f4553
Octal324264361143105417105123
Binary110101001011010011110001110011001010110000111110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B4F1; }

 p { color: rgb(212,180,241); }

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

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

 a { background-color: rgb(212,180,241); }

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

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

 span { border-color: rgb(212,180,241); }

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