#DCB0FB

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

Shades of Mauve #DCB0FB

Tints of Mauve #DCB0FB

Color information

#DCB0FB (or 0xDCB0FB) is unknown color: approx Mauve. HEX triplet: DC, B0 and FB. RGB value is (220,176,251). Sum of RGB (Red+Green+Blue) = 220+176+251=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0FB is #234F04. Grayscale: #C5C5C5. Windows color (decimal): -2313989 or 16494812. OLE color: 16494812.

HSL color Cylindrical-coordinate representation of color #DCB0FB: hue angle of 275.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB0FB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220176251-
CMYK0.120.3000.02
HSL275.2º90.36%83.73%-
HSV(B)275.2º29.88%98.43%-
XYZ62.4553.2398.25-
YUV197.71158.08143.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 176 (69.14% from 255) = 27.20%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=34.00%
G=27.20%
B=38.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201762510.120.3000.02275.290.3683.73
HexDCB0FBC1E021135a54
Octal334260373143602423132124
Binary11011100101100001111101111001111001010001001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0FB; }

 p { color: rgb(220,176,251); }

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

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

 a { background-color: rgb(220,176,251); }

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

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

 span { border-color: rgb(220,176,251); }

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