#D4B0FE

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

Shades of Mauve #D4B0FE

Tints of Mauve #D4B0FE

Color information

#D4B0FE (or 0xD4B0FE) is unknown color: approx Mauve. HEX triplet: D4, B0 and FE. RGB value is (212,176,254). Sum of RGB (Red+Green+Blue) = 212+176+254=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B0FE is #2B4F01. Grayscale: #C3C3C3. Windows color (decimal): -2838274 or 16691412. OLE color: 16691412.

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

Color convert

RGB212176254-
CMYK0.170.3100.00
HSL267.69º97.5%84.31%-
HSV(B)267.69º30.71%99.61%-
XYZ60.5752.2100.65-
YUV195.66160.93139.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.02%
GREEN value IS 176 (69.14% from 255) = 27.41%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=33.02%
G=27.41%
B=39.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2121762540.170.3100.00267.6997.584.31
HexD4B0FE111F0010c6254
Octal324260376213700414142124
Binary11010100101100001111111010001111110010000110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B0FE; }

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

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

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

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

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

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

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

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