#D7B9FE

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

Shades of Mauve #D7B9FE

Tints of Mauve #D7B9FE

Color information

#D7B9FE (or 0xD7B9FE) is unknown color: approx Mauve. HEX triplet: D7, B9 and FE. RGB value is (215,185,254). Sum of RGB (Red+Green+Blue) = 215+185+254=654 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.87% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B9FE is #284601. Grayscale: #C9C9C9. Windows color (decimal): -2639362 or 16693719. OLE color: 16693719.

HSL color Cylindrical-coordinate representation of color #D7B9FE: hue angle of 266.09º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7B9FE is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB215185254-
CMYK0.150.2700.00
HSL266.09º97.18%86.08%-
HSV(B)266.09º27.17%99.61%-
XYZ63.2656.3101.3-
YUV201.84157.44137.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.87%
GREEN value IS 185 (72.66% from 255) = 28.29%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=32.87%
G=28.29%
B=38.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2151852540.150.2700.00266.0997.1886.08
HexD7B9FEF1B0010a6156
Octal327271376173300412141126
Binary1101011110111001111111101111110110010000101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B9FE; }

 p { color: rgb(215,185,254); }

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

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

 a { background-color: rgb(215,185,254); }

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

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

 span { border-color: rgb(215,185,254); }

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