#D9B8EB

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

Shades of Mauve #D9B8EB

Tints of Mauve #D9B8EB

Color information

#D9B8EB (or 0xD9B8EB) is unknown color: approx Mauve. HEX triplet: D9, B8 and EB. RGB value is (217,184,235). Sum of RGB (Red+Green+Blue) = 217+184+235=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B8EB is #264714. Grayscale: #C7C7C7. Windows color (decimal): -2508565 or 15448281. OLE color: 15448281.

HSL color Cylindrical-coordinate representation of color #D9B8EB: hue angle of 278.82º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B8EB is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217184235-
CMYK0.080.2200.08
HSL278.82º56.04%82.16%-
HSV(B)278.82º21.7%92.16%-
XYZ60.7555.0386.02-
YUV199.68147.93140.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 184 (72.27% from 255) = 28.93%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=34.12%
G=28.93%
B=36.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171842350.080.2200.08278.8256.0482.16
HexD9B8EB816081173852
Octal331270353102601042770122
Binary110110011011100011101011100010110010001000101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B8EB; }

 p { color: rgb(217,184,235); }

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

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

 a { background-color: rgb(217,184,235); }

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

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

 span { border-color: rgb(217,184,235); }

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