#D9B9EB

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

Shades of Mauve #D9B9EB

Tints of Mauve #D9B9EB

Color information

#D9B9EB (or 0xD9B9EB) is unknown color: approx Mauve. HEX triplet: D9, B9 and EB. RGB value is (217,185,235). Sum of RGB (Red+Green+Blue) = 217+185+235=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B9EB is #264614. Grayscale: #C8C8C8. Windows color (decimal): -2508309 or 15448537. OLE color: 15448537.

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

Color convert

RGB217185235-
CMYK0.080.2100.08
HSL278.4º55.56%82.35%-
HSV(B)278.4º21.28%92.16%-
XYZ60.9655.4586.09-
YUV200.27147.6139.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 185 (72.66% from 255) = 29.04%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=34.07%
G=29.04%
B=36.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171852350.080.2100.08278.455.5682.35
HexD9B9EB815081163852
Octal331271353102501042670122
Binary110110011011100111101011100010101010001000101101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9EB; }

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

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

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

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

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

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

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

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