#DCB7E9

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

Shades of Mauve #DCB7E9

Tints of Mauve #DCB7E9

Color information

#DCB7E9 (or 0xDCB7E9) is unknown color: approx Mauve. HEX triplet: DC, B7 and E9. RGB value is (220,183,233). Sum of RGB (Red+Green+Blue) = 220+183+233=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7E9 is #234816. Grayscale: #C7C7C7. Windows color (decimal): -2312215 or 15316956. OLE color: 15316956.

HSL color Cylindrical-coordinate representation of color #DCB7E9: hue angle of 284.4º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB7E9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220183233-
CMYK0.060.2100.09
HSL284.4º53.19%81.57%-
HSV(B)284.4º21.46%91.37%-
XYZ61.1654.9784.48-
YUV199.76146.76142.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 183 (71.88% from 255) = 28.77%
BLUE value IS 233 (91.41% from 255) = 36.64%
R=34.59%
G=28.77%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201832330.060.2100.09284.453.1981.57
HexDCB7E96150911c3552
Octal33426735162501143465122
Binary11011100101101111110100111010101010011000111001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7E9; }

 p { color: rgb(220,183,233); }

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

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

 a { background-color: rgb(220,183,233); }

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

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

 span { border-color: rgb(220,183,233); }

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