#DCB8E9

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

Shades of Mauve #DCB8E9

Tints of Mauve #DCB8E9

Color information

#DCB8E9 (or 0xDCB8E9) is unknown color: approx Mauve. HEX triplet: DC, B8 and E9. RGB value is (220,184,233). Sum of RGB (Red+Green+Blue) = 220+184+233=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8E9 is #234716. Grayscale: #C8C8C8. Windows color (decimal): -2311959 or 15317212. OLE color: 15317212.

HSL color Cylindrical-coordinate representation of color #DCB8E9: hue angle of 284.08º 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 #DCB8E9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220184233-
CMYK0.060.2100.09
HSL284.08º52.69%81.76%-
HSV(B)284.08º21.03%91.37%-
XYZ61.3655.3884.55-
YUV200.35146.43142.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 184 (72.27% from 255) = 28.89%
BLUE value IS 233 (91.41% from 255) = 36.58%
R=34.54%
G=28.89%
B=36.58%

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
Decimal2201842330.060.2100.09284.0852.6981.76
HexDCB8E96150911c3552
Octal33427035162501143465122
Binary11011100101110001110100111010101010011000111001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8E9; }

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

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

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

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

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

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

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

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