#DCB2FB

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

Shades of Mauve #DCB2FB

Tints of Mauve #DCB2FB

Color information

#DCB2FB (or 0xDCB2FB) is unknown color: approx Mauve. HEX triplet: DC, B2 and FB. RGB value is (220,178,251). Sum of RGB (Red+Green+Blue) = 220+178+251=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 178 (69.92% from 255 or 27.43% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCB2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2FB is #234D04. Grayscale: #C6C6C6. Windows color (decimal): -2313477 or 16495324. OLE color: 16495324.

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

Color convert

RGB220178251-
CMYK0.120.2900.02
HSL274.52º90.12%84.12%-
HSV(B)274.52º29.08%98.43%-
XYZ62.8554.0298.38-
YUV198.88157.41143.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 178 (69.92% from 255) = 27.43%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=33.90%
G=27.43%
B=38.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201782510.120.2900.02274.5290.1284.12
HexDCB2FBC1D021135a54
Octal334262373143502423132124
Binary11011100101100101111101111001110101010001001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2FB; }

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

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

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

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

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

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

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

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