#D4B3F9

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

Shades of Mauve #D4B3F9

Tints of Mauve #D4B3F9

Color information

#D4B3F9 (or 0xD4B3F9) is unknown color: approx Mauve. HEX triplet: D4, B3 and F9. RGB value is (212,179,249). Sum of RGB (Red+Green+Blue) = 212+179+249=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4B3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B3F9 is #2B4C06. Grayscale: #C4C4C4. Windows color (decimal): -2837511 or 16364500. OLE color: 16364500.

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

Color convert

RGB212179249-
CMYK0.150.2800.02
HSL268.29º85.37%83.92%-
HSV(B)268.29º28.11%97.65%-
XYZ60.3753.0896.69-
YUV196.85157.43138.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.12%
GREEN value IS 179 (70.31% from 255) = 27.97%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=33.12%
G=27.97%
B=38.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121792490.150.2800.02268.2985.3783.92
HexD4B3F9F1C0210c5554
Octal324263371173402414125124
Binary11010100101100111111100111111110001010000110010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B3F9; }

 p { color: rgb(212,179,249); }

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

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

 a { background-color: rgb(212,179,249); }

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

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

 span { border-color: rgb(212,179,249); }

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