#DCBFF7

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

Shades of Mauve #DCBFF7

Tints of Mauve #DCBFF7

Color information

#DCBFF7 (or 0xDCBFF7) is unknown color: approx Mauve. HEX triplet: DC, BF and F7. RGB value is (220,191,247). Sum of RGB (Red+Green+Blue) = 220+191+247=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCBFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFF7 is #234008. Grayscale: #CDCDCD. Windows color (decimal): -2310153 or 16236508. OLE color: 16236508.

HSL color Cylindrical-coordinate representation of color #DCBFF7: hue angle of 271.07º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBFF7 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220191247-
CMYK0.110.2300.03
HSL271.07º77.78%85.88%-
HSV(B)271.07º22.67%96.86%-
XYZ64.9359.1996-
YUV206.06151.11137.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=33.43%
G=29.03%
B=37.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201912470.110.2300.03271.0777.7885.88
HexDCBFF7B170310f4e56
Octal334277367132703417116126
Binary11011100101111111111011110111011101110000111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFF7; }

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

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

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

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

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

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

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

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