#D5B8FF

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

Shades of Mauve #D5B8FF

Tints of Mauve #D5B8FF

Color information

#D5B8FF (or 0xD5B8FF) is unknown color: approx Mauve. HEX triplet: D5, B8 and FF. RGB value is (213,184,255). Sum of RGB (Red+Green+Blue) = 213+184+255=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 184 (72.27% from 255 or 28.22% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B8FF is #2A4700. Grayscale: #C8C8C8. Windows color (decimal): -2770689 or 16758997. OLE color: 16758997.

HSL color Cylindrical-coordinate representation of color #D5B8FF: hue angle of 264.51º 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 #D5B8FF is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB213184255-
CMYK0.160.2800
HSL264.51º100%86.08%-
HSV(B)264.51º27.84%100%-
XYZ62.6355.65102.05-
YUV200.76158.61136.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.67%
GREEN value IS 184 (72.27% from 255) = 28.22%
BLUE value IS 255 (100% from 255) = 39.11%
R=32.67%
G=28.22%
B=39.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131842550.160.2800264.5110086.08
HexD5B8FF101C001096456
Octal325270377203400411144126
Binary11010101101110001111111110000111000010000100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B8FF; }

 p { color: rgb(213,184,255); }

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

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

 a { background-color: rgb(213,184,255); }

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

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

 span { border-color: rgb(213,184,255); }

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