#DCB0FF

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

Shades of Mauve #DCB0FF

Tints of Mauve #DCB0FF

Color information

#DCB0FF (or 0xDCB0FF) is unknown color: approx Mauve. HEX triplet: DC, B0 and FF. RGB value is (220,176,255). Sum of RGB (Red+Green+Blue) = 220+176+255=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0FF is #234F00. Grayscale: #C5C5C5. Windows color (decimal): -2313985 or 16756956. OLE color: 16756956.

HSL color Cylindrical-coordinate representation of color #DCB0FF: hue angle of 273.42º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCB0FF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220176255-
CMYK0.140.3100
HSL273.42º100%84.51%-
HSV(B)273.42º30.98%100%-
XYZ63.0953.49101.61-
YUV198.16160.08143.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 176 (69.14% from 255) = 27.04%
BLUE value IS 255 (100% from 255) = 39.17%
R=33.79%
G=27.04%
B=39.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201762550.140.3100273.4210084.51
HexDCB0FFE1F001116455
Octal334260377163700421144125
Binary1101110010110000111111111110111110010001000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0FF; }

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

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

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

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

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

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

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

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