#DCBAFF

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

Shades of Mauve #DCBAFF

Tints of Mauve #DCBAFF

Color information

#DCBAFF (or 0xDCBAFF) is unknown color: approx Mauve. HEX triplet: DC, BA and FF. RGB value is (220,186,255). Sum of RGB (Red+Green+Blue) = 220+186+255=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAFF is #234500. Grayscale: #CBCBCB. Windows color (decimal): -2311425 or 16759516. OLE color: 16759516.

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

Color convert

RGB220186255-
CMYK0.140.2700
HSL269.57º100%86.47%-
HSV(B)269.57º27.06%100%-
XYZ65.1257.55102.28-
YUV204.03156.76139.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 186 (73.05% from 255) = 28.14%
BLUE value IS 255 (100% from 255) = 38.58%
R=33.28%
G=28.14%
B=38.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201862550.140.2700269.5710086.47
HexDCBAFFE1B0010e6456
Octal334272377163300416144126
Binary1101110010111010111111111110110110010000111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAFF; }

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

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

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

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

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

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

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

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