#D8B7FF

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

Shades of Mauve #D8B7FF

Tints of Mauve #D8B7FF

Color information

#D8B7FF (or 0xD8B7FF) is unknown color: approx Mauve. HEX triplet: D8, B7 and FF. RGB value is (216,183,255). Sum of RGB (Red+Green+Blue) = 216+183+255=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B7FF is #274800. Grayscale: #C8C8C8. Windows color (decimal): -2574337 or 16758744. OLE color: 16758744.

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

Color convert

RGB216183255-
CMYK0.150.2800
HSL267.5º100%85.88%-
HSV(B)267.5º28.24%100%-
XYZ63.355.69102.02-
YUV201.08158.43138.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.03%
GREEN value IS 183 (71.88% from 255) = 27.98%
BLUE value IS 255 (100% from 255) = 38.99%
R=33.03%
G=27.98%
B=38.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161832550.150.2800267.510085.88
HexD8B7FFF1C0010c6456
Octal330267377173400414144126
Binary1101100010110111111111111111111000010000110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B7FF; }

 p { color: rgb(216,183,255); }

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

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

 a { background-color: rgb(216,183,255); }

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

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

 span { border-color: rgb(216,183,255); }

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