#DCB9EA

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

Shades of Mauve #DCB9EA

Tints of Mauve #DCB9EA

Color information

#DCB9EA (or 0xDCB9EA) is unknown color: approx Mauve. HEX triplet: DC, B9 and EA. RGB value is (220,185,234). Sum of RGB (Red+Green+Blue) = 220+185+234=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9EA is #234615. Grayscale: #C8C8C8. Windows color (decimal): -2311702 or 15383004. OLE color: 15383004.

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

Color convert

RGB220185234-
CMYK0.060.2100.08
HSL282.86º53.85%82.16%-
HSV(B)282.86º20.94%91.76%-
XYZ61.7255.8585.37-
YUV201.05146.6141.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 185 (72.66% from 255) = 28.95%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=34.43%
G=28.95%
B=36.62%

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
Decimal2201852340.060.2100.08282.8653.8582.16
HexDCB9EA6150811b3652
Octal33427135262501043366122
Binary11011100101110011110101011010101010001000110111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9EA; }

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

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

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

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

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

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

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

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