#D4B0F1

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

Shades of Mauve #D4B0F1

Tints of Mauve #D4B0F1

Color information

#D4B0F1 (or 0xD4B0F1) is unknown color: approx Mauve. HEX triplet: D4, B0 and F1. RGB value is (212,176,241). Sum of RGB (Red+Green+Blue) = 212+176+241=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4B0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B0F1 is #2B4F0E. Grayscale: #C1C1C1. Windows color (decimal): -2838287 or 15839444. OLE color: 15839444.

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

Color convert

RGB212176241-
CMYK0.120.2700.05
HSL273.23º69.89%81.76%-
HSV(B)273.23º26.97%94.51%-
XYZ58.5551.490.05-
YUV194.17154.43140.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.70%
GREEN value IS 176 (69.14% from 255) = 27.98%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=33.70%
G=27.98%
B=38.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121762410.120.2700.05273.2369.8981.76
HexD4B0F1C1B051114652
Octal324260361143305421106122
Binary110101001011000011110001110011011010110001000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B0F1; }

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

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

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

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

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

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

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

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