#D9B0EE

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

Shades of Mauve #D9B0EE

Tints of Mauve #D9B0EE

Color information

#D9B0EE (or 0xD9B0EE) is unknown color: approx Mauve. HEX triplet: D9, B0 and EE. RGB value is (217,176,238). Sum of RGB (Red+Green+Blue) = 217+176+238=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9B0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B0EE is #264F11. Grayscale: #C3C3C3. Windows color (decimal): -2510610 or 15642841. OLE color: 15642841.

HSL color Cylindrical-coordinate representation of color #D9B0EE: hue angle of 279.68º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9B0EE is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217176238-
CMYK0.090.2600.07
HSL279.68º64.58%81.18%-
HSV(B)279.68º26.05%93.33%-
XYZ59.5751.9887.78-
YUV195.33152.08143.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.39%
GREEN value IS 176 (69.14% from 255) = 27.89%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=34.39%
G=27.89%
B=37.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171762380.090.2600.07279.6864.5881.18
HexD9B0EE91A071184151
Octal331260356113207430101121
Binary110110011011000011101110100111010011110001100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B0EE; }

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

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

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

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

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

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

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

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