#DCBBFA

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

Shades of Mauve #DCBBFA

Tints of Mauve #DCBBFA

Color information

#DCBBFA (or 0xDCBBFA) is unknown color: approx Mauve. HEX triplet: DC, BB and FA. RGB value is (220,187,250). Sum of RGB (Red+Green+Blue) = 220+187+250=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCBBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBFA is #234405. Grayscale: #CBCBCB. Windows color (decimal): -2311174 or 16432092. OLE color: 16432092.

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

Color convert

RGB220187250-
CMYK0.120.2500.02
HSL271.43º86.3%85.69%-
HSV(B)271.43º25.2%98.04%-
XYZ64.5457.6698.17-
YUV204.05153.93139.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 187 (73.44% from 255) = 28.46%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=33.49%
G=28.46%
B=38.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201872500.120.2500.02271.4386.385.69
HexDCBBFAC190210f5656
Octal334273372143102417126126
Binary11011100101110111111101011001100101010000111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBFA; }

 p { color: rgb(220,187,250); }

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

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

 a { background-color: rgb(220,187,250); }

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

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

 span { border-color: rgb(220,187,250); }

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