#DCB8E8

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

Shades of Mauve #DCB8E8

Tints of Mauve #DCB8E8

Color information

#DCB8E8 (or 0xDCB8E8) is unknown color: approx Mauve. HEX triplet: DC, B8 and E8. RGB value is (220,184,232). Sum of RGB (Red+Green+Blue) = 220+184+232=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCB8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8E8 is #234717. Grayscale: #C8C8C8. Windows color (decimal): -2311960 or 15251676. OLE color: 15251676.

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

Color convert

RGB220184232-
CMYK0.050.2100.09
HSL285º51.06%81.57%-
HSV(B)285º20.69%90.98%-
XYZ61.2255.3283.8-
YUV200.24145.93142.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 184 (72.27% from 255) = 28.93%
BLUE value IS 232 (91.02% from 255) = 36.48%
R=34.59%
G=28.93%
B=36.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201842320.050.2100.0928551.0681.57
HexDCB8E85150911d3352
Octal33427035052501143563122
Binary11011100101110001110100010110101010011000111011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8E8; }

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

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

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

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

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

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

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

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