#D4B4FB

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

Shades of Mauve #D4B4FB

Tints of Mauve #D4B4FB

Color information

#D4B4FB (or 0xD4B4FB) is unknown color: approx Mauve. HEX triplet: D4, B4 and FB. RGB value is (212,180,251). Sum of RGB (Red+Green+Blue) = 212+180+251=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4B4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4FB is #2B4B04. Grayscale: #C5C5C5. Windows color (decimal): -2837253 or 16495828. OLE color: 16495828.

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

Color convert

RGB212180251-
CMYK0.160.2800.02
HSL267.04º89.87%84.51%-
HSV(B)267.04º28.29%98.43%-
XYZ60.8953.698.4-
YUV197.66158.1138.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.97%
GREEN value IS 180 (70.70% from 255) = 27.99%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=32.97%
G=27.99%
B=39.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121802510.160.2800.02267.0489.8784.51
HexD4B4FB101C0210b5a55
Octal324264373203402413132125
Binary110101001011010011111011100001110001010000101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B4FB; }

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

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

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

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

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

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

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

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