#DCBCF2

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

Shades of Mauve #DCBCF2

Tints of Mauve #DCBCF2

Color information

#DCBCF2 (or 0xDCBCF2) is unknown color: approx Mauve. HEX triplet: DC, BC and F2. RGB value is (220,188,242). Sum of RGB (Red+Green+Blue) = 220+188+242=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCF2 is #23430D. Grayscale: #CBCBCB. Windows color (decimal): -2310926 or 15908060. OLE color: 15908060.

HSL color Cylindrical-coordinate representation of color #DCBCF2: hue angle of 275.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBCF2 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220188242-
CMYK0.090.2200.05
HSL275.56º67.5%84.31%-
HSV(B)275.56º22.31%94.9%-
XYZ63.5357.5991.77-
YUV203.72149.6139.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 188 (73.83% from 255) = 28.92%
BLUE value IS 242 (94.92% from 255) = 37.23%
R=33.85%
G=28.92%
B=37.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201882420.090.2200.05275.5667.584.31
HexDCBCF2916051144454
Octal334274362112605424104124
Binary110111001011110011110010100110110010110001010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCF2; }

 p { color: rgb(220,188,242); }

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

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

 a { background-color: rgb(220,188,242); }

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

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

 span { border-color: rgb(220,188,242); }

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