#D7B0ED

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

Shades of Mauve #D7B0ED

Tints of Mauve #D7B0ED

Color information

#D7B0ED (or 0xD7B0ED) is unknown color: approx Mauve. HEX triplet: D7, B0 and ED. RGB value is (215,176,237). Sum of RGB (Red+Green+Blue) = 215+176+237=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7B0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7B0ED is #284F12. Grayscale: #C2C2C2. Windows color (decimal): -2641683 or 15577303. OLE color: 15577303.

HSL color Cylindrical-coordinate representation of color #D7B0ED: hue angle of 278.36º degrees, saturation: 0.63, 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 #D7B0ED is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215176237-
CMYK0.090.2600.07
HSL278.36º62.89%80.98%-
HSV(B)278.36º25.74%92.94%-
XYZ58.8451.6186.98-
YUV194.61151.92142.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.24%
GREEN value IS 176 (69.14% from 255) = 28.03%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=34.24%
G=28.03%
B=37.74%

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
Decimal2151762370.090.2600.07278.3662.8980.98
HexD7B0ED91A071163f51
Octal32726035511320742677121
Binary11010111101100001110110110011101001111000101101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B0ED; }

 p { color: rgb(215,176,237); }

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

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

 a { background-color: rgb(215,176,237); }

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

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

 span { border-color: rgb(215,176,237); }

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