#D9B0EB

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

Shades of Mauve #D9B0EB

Tints of Mauve #D9B0EB

Color information

#D9B0EB (or 0xD9B0EB) is unknown color: approx Mauve. HEX triplet: D9, B0 and EB. RGB value is (217,176,235). Sum of RGB (Red+Green+Blue) = 217+176+235=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B0EB is #264F14. Grayscale: #C2C2C2. Windows color (decimal): -2510613 or 15446233. OLE color: 15446233.

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

Color convert

RGB217176235-
CMYK0.080.2500.08
HSL281.69º59.6%80.59%-
HSV(B)281.69º25.11%92.16%-
XYZ59.1451.885.48-
YUV194.98150.58143.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 176 (69.14% from 255) = 28.03%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=34.55%
G=28.03%
B=37.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171762350.080.2500.08281.6959.680.59
HexD9B0EB8190811a3c51
Octal331260353103101043274121
Binary110110011011000011101011100011001010001000110101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B0EB; }

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

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

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

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

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

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

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

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