#DCBFF6

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

Shades of Mauve #DCBFF6

Tints of Mauve #DCBFF6

Color information

#DCBFF6 (or 0xDCBFF6) is unknown color: approx Mauve. HEX triplet: DC, BF and F6. RGB value is (220,191,246). Sum of RGB (Red+Green+Blue) = 220+191+246=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCBFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFF6 is #234009. Grayscale: #CDCDCD. Windows color (decimal): -2310154 or 16170972. OLE color: 16170972.

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

Color convert

RGB220191246-
CMYK0.110.2200.04
HSL271.64º75.34%85.69%-
HSV(B)271.64º22.36%96.47%-
XYZ64.7859.1395.19-
YUV205.94150.61138.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=33.49%
G=29.07%
B=37.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201912460.110.2200.04271.6475.3485.69
HexDCBFF6B16041104b56
Octal334277366132604420113126
Binary110111001011111111110110101110110010010001000010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFF6; }

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

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

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

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

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

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

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

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