#DCB2F9

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

Shades of Mauve #DCB2F9

Tints of Mauve #DCB2F9

Color information

#DCB2F9 (or 0xDCB2F9) is unknown color: approx Mauve. HEX triplet: DC, B2 and F9. RGB value is (220,178,249). Sum of RGB (Red+Green+Blue) = 220+178+249=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2F9 is #234D06. Grayscale: #C6C6C6. Windows color (decimal): -2313479 or 16364252. OLE color: 16364252.

HSL color Cylindrical-coordinate representation of color #DCB2F9: hue angle of 275.49º degrees, saturation: 0.86, 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 #DCB2F9 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220178249-
CMYK0.120.2900.02
HSL275.49º85.54%83.73%-
HSV(B)275.49º28.51%97.65%-
XYZ62.5353.996.73-
YUV198.65156.41143.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 178 (69.92% from 255) = 27.51%
BLUE value IS 249 (97.66% from 255) = 38.49%
R=34.00%
G=27.51%
B=38.49%

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
Decimal2201782490.120.2900.02275.4985.5483.73
HexDCB2F9C1D021135654
Octal334262371143502423126124
Binary11011100101100101111100111001110101010001001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2F9; }

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

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

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

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

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

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

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

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