#D9B7EE

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

Shades of Mauve #D9B7EE

Tints of Mauve #D9B7EE

Color information

#D9B7EE (or 0xD9B7EE) is unknown color: approx Mauve. HEX triplet: D9, B7 and EE. RGB value is (217,183,238). Sum of RGB (Red+Green+Blue) = 217+183+238=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B7EE is #264811. Grayscale: #C7C7C7. Windows color (decimal): -2508818 or 15644633. OLE color: 15644633.

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

Color convert

RGB217183238-
CMYK0.090.2300.07
HSL277.09º61.8%82.55%-
HSV(B)277.09º23.11%93.33%-
XYZ60.9854.7988.25-
YUV199.44149.76140.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 183 (71.88% from 255) = 28.68%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=34.01%
G=28.68%
B=37.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171832380.090.2300.07277.0961.882.55
HexD9B7EE917071153e53
Octal33126735611270742576123
Binary11011001101101111110111010011011101111000101011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B7EE; }

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

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

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

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

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

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

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

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