#DCB8EA

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

Shades of Mauve #DCB8EA

Tints of Mauve #DCB8EA

Color information

#DCB8EA (or 0xDCB8EA) is unknown color: approx Mauve. HEX triplet: DC, B8 and EA. RGB value is (220,184,234). Sum of RGB (Red+Green+Blue) = 220+184+234=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCB8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8EA is #234715. Grayscale: #C8C8C8. Windows color (decimal): -2311958 or 15382748. OLE color: 15382748.

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

Color convert

RGB220184234-
CMYK0.060.2100.08
HSL283.2º54.35%81.96%-
HSV(B)283.2º21.37%91.76%-
XYZ61.5155.4485.3-
YUV200.46146.93141.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 184 (72.27% from 255) = 28.84%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=34.48%
G=28.84%
B=36.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201842340.060.2100.08283.254.3581.96
HexDCB8EA6150811b3652
Octal33427035262501043366122
Binary11011100101110001110101011010101010001000110111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8EA; }

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

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

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

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

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

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

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

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