#D4B4F9

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

Shades of Mauve #D4B4F9

Tints of Mauve #D4B4F9

Color information

#D4B4F9 (or 0xD4B4F9) is unknown color: approx Mauve. HEX triplet: D4, B4 and F9. RGB value is (212,180,249). Sum of RGB (Red+Green+Blue) = 212+180+249=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4B4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4F9 is #2B4B06. Grayscale: #C5C5C5. Windows color (decimal): -2837255 or 16364756. OLE color: 16364756.

HSL color Cylindrical-coordinate representation of color #D4B4F9: hue angle of 267.83º 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 #D4B4F9 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212180249-
CMYK0.150.2800.02
HSL267.83º85.19%84.12%-
HSV(B)267.83º27.71%97.65%-
XYZ60.5753.4896.75-
YUV197.43157.1138.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.07%
GREEN value IS 180 (70.70% from 255) = 28.08%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=33.07%
G=28.08%
B=38.85%

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
Decimal2121802490.150.2800.02267.8385.1984.12
HexD4B4F9F1C0210c5554
Octal324264371173402414125124
Binary11010100101101001111100111111110001010000110010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B4F9; }

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

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

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

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

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

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

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

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