#DCB4F6

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

Shades of Mauve #DCB4F6

Tints of Mauve #DCB4F6

Color information

#DCB4F6 (or 0xDCB4F6) is unknown color: approx Mauve. HEX triplet: DC, B4 and F6. RGB value is (220,180,246). Sum of RGB (Red+Green+Blue) = 220+180+246=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 180 (70.70% from 255 or 27.86% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCB4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4F6 is #234B09. Grayscale: #C7C7C7. Windows color (decimal): -2312970 or 16168156. OLE color: 16168156.

HSL color Cylindrical-coordinate representation of color #DCB4F6: hue angle of 276.36º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCB4F6 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220180246-
CMYK0.110.2700.04
HSL276.36º78.57%83.53%-
HSV(B)276.36º26.83%96.47%-
XYZ62.4754.5194.42-
YUV199.48154.25142.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 180 (70.70% from 255) = 27.86%
BLUE value IS 246 (96.48% from 255) = 38.08%
R=34.06%
G=27.86%
B=38.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201802460.110.2700.04276.3678.5783.53
HexDCB4F6B1B041144f54
Octal334264366133304424117124
Binary110111001011010011110110101111011010010001010010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4F6; }

 p { color: rgb(220,180,246); }

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

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

 a { background-color: rgb(220,180,246); }

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

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

 span { border-color: rgb(220,180,246); }

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