#DCBBF6

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

Shades of Mauve #DCBBF6

Tints of Mauve #DCBBF6

Color information

#DCBBF6 (or 0xDCBBF6) is unknown color: approx Mauve. HEX triplet: DC, BB and F6. RGB value is (220,187,246). Sum of RGB (Red+Green+Blue) = 220+187+246=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCBBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBF6 is #234409. Grayscale: #CBCBCB. Windows color (decimal): -2311178 or 16169948. OLE color: 16169948.

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

Color convert

RGB220187246-
CMYK0.110.2400.04
HSL273.56º76.62%84.9%-
HSV(B)273.56º23.98%96.47%-
XYZ63.9257.4194.9-
YUV203.59151.93139.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 246 (96.48% from 255) = 37.67%
R=33.69%
G=28.64%
B=37.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201872460.110.2400.04273.5676.6284.9
HexDCBBF6B18041124d55
Octal334273366133004422115125
Binary110111001011101111110110101111000010010001001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBF6; }

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

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

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

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

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

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

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

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