#D4B4FF

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

Shades of Mauve #D4B4FF

Tints of Mauve #D4B4FF

Color information

#D4B4FF (or 0xD4B4FF) is unknown color: approx Mauve. HEX triplet: D4, B4 and FF. RGB value is (212,180,255). Sum of RGB (Red+Green+Blue) = 212+180+255=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 180 (70.70% from 255 or 27.82% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4FF is #2B4B00. Grayscale: #C5C5C5. Windows color (decimal): -2837249 or 16757972. OLE color: 16757972.

HSL color Cylindrical-coordinate representation of color #D4B4FF: hue angle of 265.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B4FF is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212180255-
CMYK0.170.2900
HSL265.6º100%85.29%-
HSV(B)265.6º29.41%100%-
XYZ61.5253.86101.76-
YUV198.12160.1137.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.77%
GREEN value IS 180 (70.70% from 255) = 27.82%
BLUE value IS 255 (100% from 255) = 39.41%
R=32.77%
G=27.82%
B=39.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121802550.170.2900265.610085.29
HexD4B4FF111D0010a6455
Octal324264377213500412144125
Binary11010100101101001111111110001111010010000101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B4FF; }

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

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

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

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

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

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

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

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